mh-two-thousand-and-two
2024-04-16 d4211fd96865e58217d63efaf4d8f6609fb24ae6
src/uni_modules/next-search-more/components/next-search-more/next-search-more.vue
@@ -15,7 +15,7 @@
            <view class="content-box" :class="{ center: mode === 'center' }">
               <!-- <text class="icon icon-search">&#xe66f;</text> -->
               <text style="display: inline-block;padding-left: 20rpx;"></text>
               <input class="input" :class="{ center: !active && mode === 'center' }" :focus="isFocus"
               <input class="input" @confirm="search" :class="{ center: !active && mode === 'center' }" :focus="isFocus"
                  :placeholder="' '+placeholder" v-model="inputVal"  id="sdf" @input="input" @focus="focus" @blur="blur" />
               <text v-if="isDelShow" class="icon icon-del" @click="clear">&#xe61c;</text>
            </view>