From ef314c891b9383dddb2717ff72b111ad315edb60 Mon Sep 17 00:00:00 2001 From: lanrenwo Date: Tue, 17 Jan 2023 10:34:45 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A9=E6=B5=8B=E8=AF=95=E7=94=A8=E6=88=B7?= =?UTF-8?q?=E7=99=BB=E5=BD=95=E6=A1=86=E5=9E=82=E7=9B=B4=E5=B1=85=E4=B8=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/pages/group/List.vue | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/web/src/pages/group/List.vue b/web/src/pages/group/List.vue index fcbbe21..69dab52 100644 --- a/web/src/pages/group/List.vue +++ b/web/src/pages/group/List.vue @@ -377,6 +377,7 @@ title="测试用户登录" :visible.sync="authLoginDialog" width="600px" + custom-class="valgin-dialog" center> @@ -389,6 +390,7 @@ 登录 取 消 + @@ -682,4 +684,20 @@ export default { .el-select { width: 80px; } + +::v-deep .valgin-dialog{ + display: flex; + flex-direction: column; + margin:0 !important; + position:absolute; + top:50%; + left:50%; + transform:translate(-50%,-50%); + max-height:calc(100% - 30px); + max-width:calc(100% - 30px); +} +::v-deep .valgin-dialog .el-dialog__body{ + flex:1; + overflow: auto; +}