diff --git a/src/components/custom-input/custom-input.vue b/src/components/custom-input/custom-input.vue index 3e129ae..a46b6bb 100644 --- a/src/components/custom-input/custom-input.vue +++ b/src/components/custom-input/custom-input.vue @@ -50,7 +50,10 @@ const inputSearchText = (e) => { .search-input { width: 100%; } - + ::v-deep .noNvueBorder > .noNvueBorder > .noNvueBorder { + background: #f9f9fd !important; + border-radius: 8rpx !important; + } .search-input::v-deep .tmicon-times-circle-fill::before { content: '\e82a'; color: #d2d2d5; diff --git a/src/pages/chooseByDeps/index.vue b/src/pages/chooseByDeps/index.vue index 71d991e..6f2907d 100644 --- a/src/pages/chooseByDeps/index.vue +++ b/src/pages/chooseByDeps/index.vue @@ -2,15 +2,18 @@