Commit 66d28d85e731426412eb720723cd99641d58ca98

Authored by 史婷婷
1 parent b324ac60

feat: 日期组件-全局样式调整(区分 选单个日期和两个日期)

... ... @@ -845,6 +845,15 @@
845 845 display: flex;
846 846 align-items: center;
847 847 position: relative;
  848 + border: none;
  849 + }
  850 +
  851 + .uni-date-editor--x .uni-date-range {
  852 + border: 1px solid #e5e5e5;
  853 + }
  854 +
  855 + .uni-date-editor--x .uniui-calendar {
  856 + display: none;
848 857 }
849 858
850 859 .uni-date-editor--x .uni-date__icon-clear {
... ... @@ -865,8 +874,9 @@
865 874 position: relative;
866 875 flex: 1;
867 876 line-height: 35px;
868   - font-size: 14px;
  877 + font-size: 16px;
869 878 overflow: hidden;
  879 + color: rgba(0, 0, 0, 0.4);
870 880 }
871 881
872 882 .text-center {
... ...