浏览代码

外部链接,鼠标悬浮样式修改

hbchen 1 年之前
父节点
当前提交
a759707e94
共有 1 个文件被更改,包括 11 次插入0 次删除
  1. 11 0
      src/views/system_manage/outlinkList.vue

+ 11 - 0
src/views/system_manage/outlinkList.vue

@@ -93,6 +93,17 @@ import {outlinkConfigInterence} from "@/api/modules/etaBaseConfigApi.js"
             }
             }
           }
           }
         }
         }
+        &:hover{
+          background-color: #0052D9;
+          .outlink-item-text-zone{
+            span{
+              color: #ffffff;
+              &:last-child{
+                color: rgba($color: #ffffff, $alpha: 0.65);
+              }
+            }
+          }
+        }
       }
       }
     }
     }
     .no-outlink{
     .no-outlink{