|
|
@@ -1,16 +1,16 @@
|
|
|
<template>
|
|
|
- <div class="app-search-module" :style="{height: height + 'upx'}">
|
|
|
+ <div class="app-search-module" :style="{height: height + 'rpx'}">
|
|
|
<div class="map-search" :style="{backgroundColor: backColor}">
|
|
|
<div class="icon-wrap" v-if="isIcon">
|
|
|
<i class="iconfont" :class="[icon]" style="font-size:38upx;"></i>
|
|
|
</div>
|
|
|
<div class="input-wrap">
|
|
|
- <input type="text" ref="searchInput" v-model="search" :focus="focus" @input="inputFn" :style="{fontSize: fontSize + 'upx'}" :placeholder="placeholder" placeholder-class="placeholder" />
|
|
|
+ <input type="text" ref="searchInput" v-model="search" :focus="focus" @input="inputFn" :style="{fontSize: fontSize + 'rpx'}" :placeholder="placeholder" placeholder-class="placeholder" />
|
|
|
</div>
|
|
|
</div>
|
|
|
<block v-if="isBtn">
|
|
|
- <button v-if="isTextBtn" class="search-btn" :style="{fontSize: fontSize + 'upx'}" @click="searchFn">{{ btnText }}</button>
|
|
|
- <button v-else class="search-btn admin-button-com middle blue" :style="{fontSize: fontSize + 'upx'}" @click="searchFn">{{ btnText }}</button>
|
|
|
+ <button v-if="isTextBtn" class="search-btn" :style="{fontSize: fontSize + 'rpx'}" @click="searchFn">{{ btnText }}</button>
|
|
|
+ <button v-else class="search-btn admin-button-com middle blue" :style="{fontSize: fontSize + 'rpx'}" @click="searchFn">{{ btnText }}</button>
|
|
|
</block>
|
|
|
</div>
|
|
|
</template>
|