From 37e359b6d9aa1beab44b7cce9382be2c50731c73 Mon Sep 17 00:00:00 2001 From: A1300399510 Date: Wed, 2 Aug 2023 17:55:51 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/apartment/seachModule.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/components/apartment/seachModule.vue b/src/components/apartment/seachModule.vue index 5c98bdd..c88d320 100644 --- a/src/components/apartment/seachModule.vue +++ b/src/components/apartment/seachModule.vue @@ -22,7 +22,7 @@ style="height:48px;width:460px;">
-
+
历史搜索
@@ -510,9 +510,9 @@ const selectOption = (type, value) => { } border-radius: 8px 0 0 8px; - box-shadow: none; + box-shadow: rgba(235, 235, 235, 1); background-color: rgba(246, 246, 246, 1); - border: 1px solid rgba(235, 235, 235, 1); + // border: 1px solid rgba(235, 235, 235, 1); border-right: none; .el-input__inner { @@ -520,7 +520,7 @@ const selectOption = (type, value) => { &::placeholder { color: #7f7f7f; - font-size:15px; + font-size: 15px; } } } @@ -589,14 +589,14 @@ const selectOption = (type, value) => { .option-area { flex-wrap: wrap; - border-top: 1px solid #ebebeb; overflow: hidden; height: 0; - transition: all .25s linear 0s; + transition: height .25s linear 0s; &.option-area-unfold { height: 335px; + border-top: 1px solid #ebebeb; } .option-left,