Showing
1 changed file
with
11 additions
and
1 deletions
| @@ -845,6 +845,15 @@ | @@ -845,6 +845,15 @@ | ||
| 845 | display: flex; | 845 | display: flex; |
| 846 | align-items: center; | 846 | align-items: center; |
| 847 | position: relative; | 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 | .uni-date-editor--x .uni-date__icon-clear { | 859 | .uni-date-editor--x .uni-date__icon-clear { |
| @@ -865,8 +874,9 @@ | @@ -865,8 +874,9 @@ | ||
| 865 | position: relative; | 874 | position: relative; |
| 866 | flex: 1; | 875 | flex: 1; |
| 867 | line-height: 35px; | 876 | line-height: 35px; |
| 868 | - font-size: 14px; | 877 | + font-size: 16px; |
| 869 | overflow: hidden; | 878 | overflow: hidden; |
| 879 | + color: rgba(0, 0, 0, 0.4); | ||
| 870 | } | 880 | } |
| 871 | 881 | ||
| 872 | .text-center { | 882 | .text-center { |