From 4aa42f5c20d56661a3d7dbaad8a9d0a21bbb5f73 Mon Sep 17 00:00:00 2001 From: bleachtred Date: Thu, 18 Apr 2024 11:29:57 +0800 Subject: [PATCH 1/2] =?UTF-8?q?fix=20=20=E8=A7=92=E8=89=B2=E5=BF=85?= =?UTF-8?q?=E5=A1=AB*=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/user/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/system/user/index.vue b/src/views/system/user/index.vue index 4e81ea1..ada6749 100644 --- a/src/views/system/user/index.vue +++ b/src/views/system/user/index.vue @@ -223,7 +223,7 @@ - + Date: Thu, 18 Apr 2024 12:59:03 +0800 Subject: [PATCH 2/2] =?UTF-8?q?update=20=E8=AE=BE=E7=BD=AEinput=E5=9B=BA?= =?UTF-8?q?=E5=AE=9A=E5=AE=BD=E5=BA=A6=E5=90=8E=EF=BC=8C=E5=AF=BC=E8=87=B4?= =?UTF-8?q?=E8=8F=9C=E5=8D=95=E5=9B=BE=E6=A0=87=E7=BB=84=E4=BB=B6IconSelec?= =?UTF-8?q?t=E6=98=BE=E7=A4=BA=E5=BC=82=E5=B8=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/styles/element-ui.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/assets/styles/element-ui.scss b/src/assets/styles/element-ui.scss index dc2fbe7..e4147bc 100644 --- a/src/assets/styles/element-ui.scss +++ b/src/assets/styles/element-ui.scss @@ -136,7 +136,3 @@ .el-select { width: 240px !important; } - -.el-input { - width: 240px !important; -}