Parcourir la source

:bug: Fixing a bug.Fixed ele style

萌萌哒SAKURA酱 il y a 6 ans
Parent
commit
38e9722733
1 fichiers modifiés avec 3 ajouts et 2 suppressions
  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 {