Explorar o código

style: select&rangeSelect 组件公共样式

ZhaoJun hai 1 ano
pai
achega
8fe56ee83f
Modificáronse 1 ficheiros con 13 adicións e 0 borrados
  1. 13 0
      src/global.less

+ 13 - 0
src/global.less

@@ -57,6 +57,9 @@ body {
     border-bottom: none !important;
     margin-bottom: 10px;
   }
+  .ant-select-dropdown .ant-select-item {
+    font-size: 26px;
+  }
 }
 
 // Remove list styles on ul, ol
@@ -235,3 +238,13 @@ input[type='reset'] {
 .ant-table-tbody > tr:nth-child(even) {
   background: rgba(145, 192, 238, 0.16);
 }
+
+.ant-picker {
+  font-size: 26px;
+  .ant-picker-input > input {
+    font-size: 24px;
+  }
+  .ant-picker-separator {
+    font-size: 24px;
+  }
+}