Browse Source

样式修改

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

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

@@ -633,11 +633,12 @@ export default {
           display: flex;
           flex-wrap: wrap;
           li {
-            width: 66px;
+            width: 67px;
             height: 60px;
             display: flex;
             justify-content: center;
             flex-direction: column;
+            border: 1px solid #ffffff;
             cursor: pointer;
             &:hover {
               background: #F5F6F7;