Browse Source

fix style

jwyu 1 year ago
parent
commit
a908b4a3c9
2 changed files with 10 additions and 0 deletions
  1. 5 0
      src/App.vue
  2. 5 0
      src/views/Home.vue

+ 5 - 0
src/App.vue

@@ -111,24 +111,29 @@ iframe {
   font-size: 14px;
   color: #409eff;
   cursor: pointer;
+  margin: 0 5px;
 }
 .deletesty {
   font-size: 14px;
   color: red;
   cursor: pointer;
+  margin: 0 5px;
 }
 .disty {
   font-size: 14px;
   color: #999;
   cursor: not-allowed;
+  margin: 0 5px;
 }
 .warnsty {
   font-size: 14px;
   color: #FF9900;
+  margin: 0 5px;
 }
 .successty {
   font-size: 14px;
   color: #1BB940;
+  margin: 0 5px;
 }
 
 .el-card__header {

+ 5 - 0
src/views/Home.vue

@@ -999,6 +999,11 @@ export default {
       .el-menu-item{
         padding-left: 10px !important;
       }
+      .el-menu--collapse{
+        .el-menu-item{
+          padding-left: 20px !important;
+        }
+      }
       .el-menu {
         width: 200px;
         height: 100%;