mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-09 14:36:43 +08:00
[银保app]续期和保全页面 上方搜索框添加x号一键清除功能.
This commit is contained in:
@@ -258,6 +258,10 @@ export default {
|
||||
height: 50px;
|
||||
line-height: 50px;
|
||||
}
|
||||
/deep/ .van-icon-clear {
|
||||
margin-right:46px;
|
||||
// background-color:blue ;
|
||||
}
|
||||
.beMonthLeft {
|
||||
font-size: 14px;
|
||||
color: #323232;
|
||||
|
||||
@@ -124,10 +124,6 @@ export default {
|
||||
[Button.name]: Button,
|
||||
[Search.name]: Search
|
||||
},
|
||||
setup() {
|
||||
const value = ref('')
|
||||
return { value }
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
findValue: '', // 上面搜索框的value
|
||||
@@ -231,6 +227,10 @@ export default {
|
||||
font-weight: 800;
|
||||
font-size: 15px;
|
||||
}
|
||||
/deep/ .van-icon-clear {
|
||||
margin-right:46px;
|
||||
// background-color:blue ;
|
||||
}
|
||||
.searchButton {
|
||||
position: absolute;
|
||||
top: 2.67vw;
|
||||
|
||||
Reference in New Issue
Block a user