Procházet zdrojové kódy

全局修改样式

全局修改样式
yisy před 1 rokem
rodič
revize
cdacc47eb9
1 změnil soubory, kde provedl 26 přidání a 0 odebrání
  1. 26 0
      src/styles/transition/common.scss

+ 26 - 0
src/styles/transition/common.scss

@@ -57,3 +57,29 @@
   border-top: 4px solid #1890ff;
   border-top: 4px solid #1890ff;
   color: #1890ff;
   color: #1890ff;
 }
 }
+
+
+.el-dialog {
+  margin-top: 5vh !important;
+}
+
+.el-table--medium .el-table__cell {
+  padding: 2px 0 !important;
+}
+
+.el-button--medium {
+  padding: 7px 10px  !important;
+  font-size: 12px  !important;
+  border-radius: 3px  !important;
+}
+.el-button--small {
+  padding: 7px 10px  !important;
+  font-size: 12px  !important;
+  border-radius: 3px  !important;
+}
+
+.el-input--medium .el-input__inner {
+  height: 32px  !important;
+  line-height: 32px  !important;
+}
+