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