Commit 6a89e0bf1f69dc12ee2fcafc00bcd7b1c80eccf6

Authored by 史婷婷
1 parent ac5a2cf6

feat: 表单内日期组件样式优化--通用

... ... @@ -870,13 +870,13 @@
870 870
871 871 .uni-date__x-input {
872 872 width: auto;
873   - height: 35px;
  873 + height: 24px;
874 874 /* #ifndef MP */
875   - padding-left: 5px;
  875 + // padding-left: 5px;
876 876 /* #endif */
877 877 position: relative;
878 878 flex: 1;
879   - line-height: 35px;
  879 + line-height: 24px;
880 880 font-size: 16px;
881 881 overflow: hidden;
882 882 color: rgba(0, 0, 0, 0.4);
... ...