From 6edc8974390fd21aea36746695a36f17bd2094fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=93=E6=B4=81?= <209192278@qq.com> Date: Mon, 8 Jan 2024 09:38:31 +0800 Subject: [PATCH] =?UTF-8?q?=E9=82=93=E6=B4=81:=20=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E7=BB=86=E8=8A=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/user/index.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/views/user/index.vue b/src/views/user/index.vue index 9d1785c..2cadfcd 100644 --- a/src/views/user/index.vue +++ b/src/views/user/index.vue @@ -355,6 +355,9 @@ const handleSelect = async (selection, row) => { } .el-popper { + width: auto; + min-width: auto; + margin-left: 0; box-sizing: border-box; }