Browse Source

✨移除图标组件滚动条

chuzhixin 4 years ago
parent
commit
56f6672df2

+ 3 - 3
src/views/vab/icon/colorfulIcon.vue

@@ -125,7 +125,7 @@
         justify-content: center; /* 水平居中 */
 
         svg:not(:root) {
-          font-size: 35px;
+          font-size: 16px;
           font-weight: bold;
           color: $base-color-gray;
           text-align: center;
@@ -135,8 +135,8 @@
         }
 
         .svg-external-icon {
-          width: 35px;
-          height: 35px;
+          width: 20px;
+          height: 18px;
         }
       }
     }

+ 1 - 2
src/views/vab/icon/index.vue

@@ -116,8 +116,7 @@
         justify-content: center; /* 水平居中 */
 
         svg:not(:root).svg-inline--fa {
-          font-size: 35px;
-          font-weight: bold;
+          font-size: 18px;
           color: $base-color-gray;
           text-align: center;
           vertical-align: middle;

+ 1 - 1
src/views/vab/icon/remixIcon.vue

@@ -128,7 +128,7 @@
 
         svg:not(:root),
         .svg-external-icon {
-          font-size: 28px;
+          font-size: 16px;
           font-weight: bold;
           color: $base-color-gray;
           text-align: center;

+ 0 - 1
src/views/vab/table/index.vue

@@ -159,7 +159,6 @@
     },
     computed: {
       height() {
-        alert(this.$baseTableHeight())
         return this.$baseTableHeight()
       },
     },