Commit c9287da1ae0a02dd4a222e6bb5e130466e2b4504

Authored by 史婷婷
1 parent 9e287e4f

feat: 日期组件样式优化

... ... @@ -850,6 +850,7 @@
850 850
851 851 .uni-date-editor--x .uni-date-range {
852 852 border: 1px solid #e5e5e5;
  853 + padding-right: 80rpx;
853 854 }
854 855
855 856 .uni-date-editor--x .uniui-calendar {
... ... @@ -863,6 +864,8 @@
863 864 /* #ifdef H5 */
864 865 cursor: pointer;
865 866 /* #endif */
  867 + position: relative;
  868 + left: -60rpx;
866 869 }
867 870
868 871 .uni-date__x-input {
... ...