From 2ea2723aed024be2bcff251aa73e0bf2c989244b Mon Sep 17 00:00:00 2001 From: pikachu <1321288662@qq.com> Date: Wed, 16 Mar 2022 11:31:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=20=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- buyer/src/components/Search.vue | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/buyer/src/components/Search.vue b/buyer/src/components/Search.vue index 76d34ccd..1ac92403 100644 --- a/buyer/src/components/Search.vue +++ b/buyer/src/components/Search.vue @@ -147,12 +147,14 @@ export default { cursor: pointer; } .store-search{ - width:63px; + width:55.6px; padding: 0 9px; border-radius: 0; + border-radius: 3px; &:nth-child(2){ - width:62px; - margin-left: -5px; + width:55px; + margin-left: -2px; + border-radius: 3px; } } .btn-div{