Sfoglia il codice sorgente

feat:动态拓扑左侧默认收起且可操作区域变大

wanghao 7 mesi fa
parent
commit
2a272ed774
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      src/views/business-analysis/topology/index.vue

+ 2 - 2
src/views/business-analysis/topology/index.vue

@@ -203,7 +203,7 @@ export default {
       appName: '',
       appId: '',
       appItem: {},
-      collapsed: false,
+      collapsed: true,
       ApdexNum: 1,
       apdex: 0,
       item: {
@@ -753,7 +753,7 @@ export default {
       width:8px;
       height: 100%;
       position:absolute;
-      right:-4px;
+      right:0px;
       top:0;
       // transform: translate(-50%,0);
       z-index: 4;