Browse Source

style: 常用功能鼠标悬浮字体颜色

yangfeng 3 years ago
parent
commit
e7f20f4866
1 changed files with 7 additions and 0 deletions
  1. 7 0
      src/components/work-desktop/CommonUse.vue

+ 7 - 0
src/components/work-desktop/CommonUse.vue

@@ -205,6 +205,13 @@ export default {
       text-align: center;
       cursor: pointer;
     }
+    .list-item{
+      &:hover{
+        span{
+          color: #2cb7ca;
+        }
+      }
+    }
     .item-name,.add-text{
       margin-top: 10px;
       font-size: 14px;