Commit 6a89e0bf1f69dc12ee2fcafc00bcd7b1c80eccf6

Authored by 史婷婷
1 parent ac5a2cf6

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

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