This is an automated email from the ASF dual-hosted git repository.

qiuxiafan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-rocketbot-ui.git


The following commit(s) were added to refs/heads/master by this push:
     new b71cb8d  when radiation is displayed, button is highlighted (#448)
b71cb8d is described below

commit b71cb8d8f9010ddd84b02d590a64f3d750233dab
Author: CharliePu <heihaozi2...@163.com>
AuthorDate: Thu Mar 18 09:56:09 2021 +0800

    when radiation is displayed, button is highlighted (#448)
---
 src/views/components/topology/topo-aside.vue | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/views/components/topology/topo-aside.vue 
b/src/views/components/topology/topo-aside.vue
index 2e61b33..22f2964 100644
--- a/src/views/components/topology/topo-aside.vue
+++ b/src/views/components/topology/topo-aside.vue
@@ -16,7 +16,7 @@ limitations under the License. -->
 <template>
   <aside class="link-topo-aside">
     <Radial v-if="radioStatus" :datas="{ nodes: stateTopo.nodes, calls: 
stateTopo.calls }" />
-    <svg class="link-topo-aside-btn icon cp lg" @click="showRadial()" 
:style="`position:absolute;left:580px;`">
+    <svg class="link-topo-aside-btn icon cp lg" @click="showRadial()" 
:style="`position:absolute;left:580px;${radioStatus ? 'background-color: 
#357de9;' : ''}`">
       <use xlink:href="#issues" />
     </svg>
     <svg

Reply via email to