From 0fca2f8c0d0d40c1a8e599258360b65ad150847f Mon Sep 17 00:00:00 2001 From: dk <1260500659@qq.com> Date: Tue, 28 Apr 2026 15:39:10 +0800 Subject: [PATCH] =?UTF-8?q?fix(user):=20=E5=AF=B9=E8=AF=9D=E6=A1=86?= =?UTF-8?q?=E5=AE=BD=E5=BA=A6=E8=A2=AB=E5=9B=BA=E5=AE=9A=E4=B8=BA800px?= =?UTF-8?q?=E4=BA=86=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/user/index.vue | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/views/system/user/index.vue b/src/views/system/user/index.vue index 5ab6dbd..cdd2bcb 100644 --- a/src/views/system/user/index.vue +++ b/src/views/system/user/index.vue @@ -771,6 +771,7 @@ onMounted(async () => { preset="lg" :show-footer="false" max-body-height="70vh" + style="width: 800px" > @@ -783,9 +784,4 @@ onMounted(async () => { display: flex; flex-direction: column; } - -// 管理链路对话框内的搜索框样式优化 -:deep(.business-form-dialog) { - width: 800px; -}