hongrunxia 1 năm trước cách đây
mục cha
commit
8bc607ecd4
1 tập tin đã thay đổi với 4 bổ sung2 xóa
  1. 4 2
      src/views/vent/performance/fileDetail/commen/treeList.vue

+ 4 - 2
src/views/vent/performance/fileDetail/commen/treeList.vue

@@ -282,7 +282,7 @@
     .vtl-node-main {
       display: flex;
       align-items: center;
-      padding: 2px 0 2px 1rem;
+      padding: 2px 0 2px 2px;
       cursor: pointer;
 
       &:hover {
@@ -296,6 +296,7 @@
         flex: 1;
         align-items: center; //lxh
         width: 100%;
+        padding-left: 5px;
 
         .iconfont {
           width: 16px;
@@ -305,7 +306,8 @@
       }
 
       &.selected {
-        background-color: rgba(45, 113, 134, 0.2);
+        // background-color: rgba(45, 113, 134, 0.2);
+        background-color: #1C4869;
       }
 
       .vtl-input {