Browse Source

:bug: Fixing a bug.Fixed ele style

萌萌哒SAKURA酱 6 năm trước cách đây
mục cha
commit
38e9722733
1 tập tin đã thay đổi với 3 bổ sung2 xóa
  1. 3 2
      src/styles/element-ui.scss

+ 3 - 2
src/styles/element-ui.scss

@@ -1,10 +1,11 @@
 .el-dropdown-menu__item {
-    font-size: 12px;
-    line-height: 28px;
+    font-size: 12px !important;
+    line-height: 28px !important;
 }
 
 .el-card.is-always-shadow {
     box-shadow: none;
+    border: none !important;
 }
 
 .el-scrollbar__view {