|
@@ -1,5 +1,5 @@
|
|
|
<template>
|
|
<template>
|
|
|
- <div class="app-search-module" :style="{ height: height + 'rpx' }">
|
|
|
|
|
|
|
+ <div class="app-search-module" :style="{ height: height + 'upx' }">
|
|
|
<div class="map-search" :style="{ backgroundColor: backColor }" style="height:90upx">
|
|
<div class="map-search" :style="{ backgroundColor: backColor }" style="height:90upx">
|
|
|
<div class="icon-wrap" v-if="isIcon">
|
|
<div class="icon-wrap" v-if="isIcon">
|
|
|
<i class="iconfont" :class="[icon]"></i>
|
|
<i class="iconfont" :class="[icon]"></i>
|
|
@@ -12,7 +12,7 @@
|
|
|
v-model="search"
|
|
v-model="search"
|
|
|
:focus="focus"
|
|
:focus="focus"
|
|
|
@input="inputFn" @focus="inputEmptyFn"
|
|
@input="inputFn" @focus="inputEmptyFn"
|
|
|
- :style="{ fontSize: fontSize + 'rpx' }"
|
|
|
|
|
|
|
+ :style="{ fontSize: fontSize + 'upx' }"
|
|
|
:placeholder="placeholder"
|
|
:placeholder="placeholder"
|
|
|
placeholder-class="placeholder"
|
|
placeholder-class="placeholder"
|
|
|
@confirm="searchFn"
|
|
@confirm="searchFn"
|
|
@@ -24,7 +24,7 @@
|
|
|
<button
|
|
<button
|
|
|
v-if="isTextBtn"
|
|
v-if="isTextBtn"
|
|
|
class="search-btn"
|
|
class="search-btn"
|
|
|
- :style="{ fontSize: fontSize + 'rpx' }"
|
|
|
|
|
|
|
+ :style="{ fontSize: fontSize + 'upx' }"
|
|
|
@click="searchFn"
|
|
@click="searchFn"
|
|
|
>
|
|
>
|
|
|
{{ btnText }}
|
|
{{ btnText }}
|
|
@@ -32,7 +32,7 @@
|
|
|
<button
|
|
<button
|
|
|
v-else
|
|
v-else
|
|
|
class="search-btn admin-button-com middle blue"
|
|
class="search-btn admin-button-com middle blue"
|
|
|
- :style="{ fontSize: fontSize + 'rpx' }"
|
|
|
|
|
|
|
+ :style="{ fontSize: fontSize + 'upx' }"
|
|
|
@click="searchFn"
|
|
@click="searchFn"
|
|
|
>
|
|
>
|
|
|
{{ btnText }}
|
|
{{ btnText }}
|