rsbi 3 éve
szülő
commit
88a1ea5b71
1 módosított fájl, 11 hozzáadás és 11 törlés
  1. 11 11
      src/style/common.less

+ 11 - 11
src/style/common.less

@@ -100,30 +100,30 @@ html,body{
     background-color: #f8fafb !important;
     border-bottom: 1px solid #e5e5e5 !important;
     .el-dialog__title {
-        font-size: 20px;
-        font-weight: 600;
+        font-size: 20px !important;
+        font-weight: 600 !important;
     }
 }
 .el-button {
-    padding: 5px 12px;
+    padding: 5px 12px !important;
 }
 .el-input__inner {
-    height: 32px;
+    height: 32px !important;
 }
 .el-form-item {
-    margin-bottom:15px;
+    margin-bottom:15px !important;
 }
 .el-form-item__error{
-    padding-top:0px;
+    padding-top:0px !important;
 }
 //覆盖elementUI 的 导航菜单
 .el-menu--horizontal>.el-menu-item {
-    height:35px;
-    line-height: 35px;
+    height:35px !important;
+    line-height: 35px !important;
 }
 .el-menu--horizontal>.el-submenu .el-submenu__title {
-    height:35px;
-    line-height: 35px;
+    height:35px !important;
+    line-height: 35px !important;
 }
 .btn-default {
     color: #58666e !important;
@@ -143,7 +143,7 @@ html,body{
     border-color: #c7d3d6;
 }
 .btn-rounded {
-    border-radius: 50px;
+    border-radius: 50px !important;;
 }
 .btn-outline {
     color: inherit;