فهرست منبع

feat(init): fix tree item color

gemercheung 1 سال پیش
والد
کامیت
0bc2155d13
1فایلهای تغییر یافته به همراه3 افزوده شده و 1 حذف شده
  1. 3 1
      src/view/map/map-right.vue

+ 3 - 1
src/view/map/map-right.vue

@@ -237,6 +237,7 @@ const handlerExport = (type: number, name: string) => {
 :deep(.el-tree-node__content) {
   --el-tree-node-content-height: 26px;
   line-height: 26px;
+  user-select: none;
 
 }
 
@@ -277,13 +278,14 @@ const handlerExport = (type: number, name: string) => {
 
     .name {
       padding-left: 15px;
-
+      color: #999;
     }
   }
 
   .oper {
     flex: none;
     line-height: 26px;
+    vertical-align: middle;
   }
 }