Browse Source

样式修改

xiebeibei 4 years ago
parent
commit
b80f4fcc2b
1 changed files with 6 additions and 2 deletions
  1. 6 2
      src/components/edit/left_toolbar.vue

+ 6 - 2
src/components/edit/left_toolbar.vue

@@ -640,7 +640,9 @@ export default {
             flex-direction: column;
             cursor: pointer;
             &:hover {
-              background: #f5f6f7;
+              background: #F5F6F7;
+              border: 1px solid #D9DBDE;
+              border-radius: 5px;
             }
             .item {
               width: 54px;
@@ -675,7 +677,9 @@ export default {
             }
           }
           .active-li {
-            background: #e1f2ff;
+            background: #DFEFFE;
+            border: 1px solid #98C8FA ;
+            border-radius: 5px;
           }
         }
       }