From d3899ecb6fdfde402c580f5de4dc84f3e8293ad3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=83=A1=E5=B0=91=E7=BF=94?= <971366405@qq.com> Date: Tue, 30 Jul 2024 16:35:31 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20:bug:=20=E4=BF=AE=E5=A4=8D=E5=88=86?= =?UTF-8?q?=E9=A1=B5=E7=94=B5=E6=A2=AF=E5=AE=BD=E5=BA=A6=E4=B9=9F=E5=8F=98?= =?UTF-8?q?=E5=8C=96=E4=BA=86=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/index.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/index.scss b/src/styles/index.scss index 64346ed4..137fd323 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -27,6 +27,6 @@ } } -.el-form .el-input { +.search-container .el-form .el-input { width: 16rem !important; }