WebApp【公共组件库】@前端(For Git Submodule)
Tevin
2023-11-22 057e40f413c2ef93f6ec71dbb06c491d169c6c6f
forms/datePicker/CDatePicker.vue
@@ -6,7 +6,7 @@
<template>
    <view
        class="c-date-picker"
        :class="readOnly ? 'read-only':''"
        :class="readOnly?'read-only':''"
    >
        <CDateRangeAction
            v-if="mode==='dateRange'"
@@ -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>