| | |
| | | <template> |
| | | <view class="widget_style" > |
| | | <view class="ffff" style="display: flex;height: 100%;"> |
| | | <input placeholder-class="widget_input_placehold" v-model="content" class="widget_input" :style="style1" :placeholder="placehold" /> |
| | | <input placeholder-class="widget_input_placehold" @confirm="onClickSearch" v-model="content" class="widget_input" :style="style1" :placeholder="placehold" /> |
| | | <view class="widget_button" v-if="isSearchTrue" @click="onClickSearch">{{buttonText}}</view> |
| | | <view class="widget_button searchBg" v-else @click="onClickSearch"></view> |
| | | </view> |