From 05b5c1f397bad8fb53a73ffe55209f573d309f4e Mon Sep 17 00:00:00 2001 From: 付延余 <f-yanyu@outlook.com> Date: 星期四, 22 十二月 2022 00:25:30 +0800 Subject: [PATCH] 日发运计划接口同步后台更新。完善页面细节 --- components/common/data-select-box/data-select-box.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/components/common/data-select-box/data-select-box.vue b/components/common/data-select-box/data-select-box.vue index ec1e908..98bf363 100644 --- a/components/common/data-select-box/data-select-box.vue +++ b/components/common/data-select-box/data-select-box.vue @@ -1,7 +1,7 @@ <template> <view class="data-selet" > <view class="data-selet-content"> - <view class="uni-select__icon" :class="{'activeIcon':isActive}"><uni-icons type="bottom" size="20" color="#dddddd"></uni-icons></image></view> + <view class="uni-select__icon" :class="{'activeIcon':isActive}"><uni-icons type="bottom" size="20" color="#dddddd"></uni-icons></view> <view class="content" @tap="clickHandler"> <input :placeholder="placeholder" :disabled="true" type="text" :value="value" @input="inputChange" style="font-size: 14px;" placeholder-style="color:#cccccc"> </view> @@ -95,8 +95,8 @@ align-items: center; } .cleanIcon{ - + } } } -</style> \ No newline at end of file +</style> -- Gitblit v1.9.1