| | |
| | | <view class="content-box" :class="{ center: mode === 'center' }"> |
| | | <!-- <text class="icon icon-search"></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"></text> |
| | | </view> |