Browse Source

状态、操作都显示悬停之后的颜色

gzb
wangzhonglu 8 months ago
parent
commit
84fb086173
1 changed files with 7 additions and 6 deletions
  1. 7
    6
      src/assets/less/common.less

+ 7
- 6
src/assets/less/common.less View File

84
       box-shadow: 6px 1px 9px 0 #0879cd24;
84
       box-shadow: 6px 1px 9px 0 #0879cd24;
85
       td {
85
       td {
86
         background-color: #ffffff;
86
         background-color: #ffffff;
87
-        .action_list {
88
-          color: #339dff;
89
-          .action_del {
90
-            color: #f0153f;
91
-          }
92
-        }
93
       }
87
       }
94
     }
88
     }
95
     td {
89
     td {
389
     display: flex;
383
     display: flex;
390
     justify-content: center;
384
     justify-content: center;
391
     align-items: center;
385
     align-items: center;
386
+    color: #339dff;
392
     > div {
387
     > div {
393
       margin: 0 4px;
388
       margin: 0 4px;
394
       padding: 0 4px;
389
       padding: 0 4px;
395
       cursor: pointer;
390
       cursor: pointer;
391
+      &.action_del {
392
+        color: #f0153f;
393
+      }
396
       &.action_error {
394
       &.action_error {
397
         color: #f0153f;
395
         color: #f0153f;
398
         cursor: default;
396
         cursor: default;
401
         color: #52c41a;
399
         color: #52c41a;
402
         cursor: default;
400
         cursor: default;
403
       }
401
       }
402
+      &.pointer {
403
+        cursor: pointer !important;
404
+      }
404
     }
405
     }
405
   }
406
   }
406
 }
407
 }

Loading…
Cancel
Save