Преглед изворни кода

:bug: Fixing a bug.Fixed ele style

萌萌哒SAKURA酱 пре 6 година
родитељ
комит
38e9722733
1 измењених фајлова са 3 додато и 2 уклоњено
  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 {