|
|
@ -5,7 +5,8 @@ |
|
|
|
<view class="uni-date-editor--x" |
|
|
|
:class="{'uni-date-editor--x__disabled': disabled,'uni-date-x--border': border}"> |
|
|
|
<view v-if="!isRange" class="uni-date-x uni-date-single"> |
|
|
|
<uni-icons class="icon-calendar" type="calendar" color="#c0c4cc" size="22"></uni-icons> |
|
|
|
<uni-icons class="icon-calendar" type="calendar" color="#c0c4cc" size="22" |
|
|
|
style="padding-right: 5px;"></uni-icons> |
|
|
|
<view class="uni-date__x-input">{{ displayValue || singlePlaceholderText }}</view> |
|
|
|
</view> |
|
|
|
|
|
|
|