WebApp【公共组件库】@前端(For Git Submodule)
Tevin
2023-11-22 39a56ab083f707e893bbb38d9284d6c4dc4f081e
日期组件,只读模式下不显示清除按钮
1 files modified
6 ■■■■ changed files
forms/datePicker/CDatePicker.vue 6 ●●●● patch | view | raw | blame | history
forms/datePicker/CDatePicker.vue
@@ -27,7 +27,7 @@
                    class="at-icon at-icon-chevron-right"
                />
                <view
                    v-show="showClear"
                    v-show="!readOnly && showClear"
                    class="at-icon at-icon-close"
                    @tap.stop="evt => handleClear()"
                ></view>
@@ -52,7 +52,7 @@
                    class="at-icon at-icon-chevron-right"
                />
                <view
                    v-show="showClear"
                    v-show="!readOnly && showClear"
                    class="at-icon at-icon-close"
                    @tap.stop="evt => handleClear()"
                ></view>
@@ -80,7 +80,7 @@
                        class="at-icon at-icon-chevron-right"
                    />
                    <view
                        v-show="showClear"
                        v-show="!readOnly && showClear"
                        class="at-icon at-icon-close"
                        @tap.stop="evt => handleClear()"
                    ></view>