diff --git a/src/views/YB_APP/renewalList.vue b/src/views/YB_APP/renewalList.vue index 04629555e..8362a9804 100644 --- a/src/views/YB_APP/renewalList.vue +++ b/src/views/YB_APP/renewalList.vue @@ -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; diff --git a/src/views/YB_APP/saveallList.vue b/src/views/YB_APP/saveallList.vue index f46d64856..8c611114f 100644 --- a/src/views/YB_APP/saveallList.vue +++ b/src/views/YB_APP/saveallList.vue @@ -2,7 +2,7 @@
- +
@@ -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;