From 68594183ed9283940a7d9b554f53c995c706bc0f Mon Sep 17 00:00:00 2001 From: xzg <4727863@qq.com> Date: Mon, 14 Oct 2024 15:26:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=BC=B9=E7=AA=97=E5=B1=95?= =?UTF-8?q?=E5=BC=80=E9=A1=B5=E9=9D=A2=E5=AE=BD=E5=BA=A6=E5=8F=98=E5=B0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/page/index/index.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/page/index/index.vue b/src/page/index/index.vue index 89d9df49..48644bd3 100644 --- a/src/page/index/index.vue +++ b/src/page/index/index.vue @@ -206,4 +206,7 @@ export default { #avue-view { position: relative; } +.el-popup-parent--hidden{ + width: 100% !important; +}