浏览代码

style: select&rangeSelect 组件公共样式

ZhaoJun 1 年之前
父节点
当前提交
8fe56ee83f
共有 1 个文件被更改,包括 13 次插入0 次删除
  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;
+  }
+}