From 7438b5e83bfafaac3ba29dddd68e2e4a63aa3f91 Mon Sep 17 00:00:00 2001 From: mengxiaolong Date: Tue, 26 Jan 2021 10:53:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A5=E4=BD=9C=E5=8D=95=E4=BD=8D=E5=90=8D?= =?UTF-8?q?=E7=A7=B0=E6=98=BE=E7=A4=BA=E4=B8=8D=E5=85=A8=E9=97=AE=E9=A2=98?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/common/SearchField.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/common/SearchField.vue b/src/components/common/SearchField.vue index d9a9917fe..94ef3cdb3 100644 --- a/src/components/common/SearchField.vue +++ b/src/components/common/SearchField.vue @@ -103,7 +103,7 @@ export default { .border_item { box-sizing: content-box; padding: 5px; - height: 20px; + min-height: 20px; line-height: 20px; color: #666; text-align: center;