فهرست منبع

feat: 样式调整

justkang 1 هفته پیش
والد
کامیت
a2681c9349
1فایلهای تغییر یافته به همراه3 افزوده شده و 5 حذف شده
  1. 3 5
      src/views/scada/topo/components/topoProperties.vue

+ 3 - 5
src/views/scada/topo/components/topoProperties.vue

@@ -2481,10 +2481,9 @@ export default {
                     border-radius: 4px;
                     border-radius: 4px;
                     cursor: pointer;
                     cursor: pointer;
                     user-select: none;
                     user-select: none;
-
+                    border: 1px solid transparent;
                     &:hover {
                     &:hover {
-                        background-color: #edf1fe;
-                        box-shadow: 0 0 8px 0 rgba(232, 237, 250, 0.6), 0 2px 4px 0 rgba(232, 237, 250, 0.5);
+                        border: 1px solid #4a5feb;
                     }
                     }
 
 
                     .img {
                     .img {
@@ -2516,9 +2515,8 @@ export default {
                 }
                 }
 
 
                 .is-active {
                 .is-active {
+                    border: 1px solid #4a5feb;
                     color: #486ff2;
                     color: #486ff2;
-                    background-color: #edf1fe;
-                    box-shadow: 0 0 8px 0 rgba(232, 237, 250, 0.6), 0 2px 4px 0 rgba(232, 237, 250, 0.5);
                 }
                 }
 
 
                 .item-ghost {
                 .item-ghost {