Browse Source

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

hbchen 1 year ago
parent
commit
a759707e94
1 changed files with 11 additions and 0 deletions
  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{