.
This commit is contained in:
parent
325eaadb26
commit
24c280b8db
@ -27,8 +27,8 @@
|
|||||||
<view class="header-section">
|
<view class="header-section">
|
||||||
<view class="search">
|
<view class="search">
|
||||||
<view class="search-l">
|
<view class="search-l">
|
||||||
<u-search shape="square" :animation="true" :showAction="true" v-model="screenValue"
|
<uni-search-bar v-model="screenValue" @confirm="handleKeyup" @cancel="handleKeyup"
|
||||||
@search="handleKeyup" @clear="handleKeyup" />
|
@clear="handleKeyup" cancelButton="none" />
|
||||||
</view>
|
</view>
|
||||||
<view class="search-r">
|
<view class="search-r">
|
||||||
<u-checkbox-group placement="row">
|
<u-checkbox-group placement="row">
|
||||||
@ -827,6 +827,15 @@
|
|||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
::v-deep.uni-searchbar {
|
||||||
|
height: 33px;
|
||||||
|
padding: 0;
|
||||||
|
|
||||||
|
.uni-searchbar__box {
|
||||||
|
height: 33px;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user