浏览代码

核心设备报表 搜索快icon颜色调整

fujunwen 4 年之前
父节点
当前提交
c557d1309e
共有 1 个文件被更改,包括 8 次插入0 次删除
  1. 8 0
      src/App.vue

+ 8 - 0
src/App.vue

@@ -353,6 +353,14 @@ body {
     }
 }
 .core-device-report{
+    .main-right{
+        .p-icon{
+            cursor: default;
+            >svg>path{
+                fill: #c3c7cb;
+            }
+        }
+    }
     .el-table__row{
         cursor: pointer;
     }