From c2340972b8cb9b6d8da0070f90c560fdfdf31469 Mon Sep 17 00:00:00 2001 From: wong1988 Date: Sat, 20 Jan 2024 17:20:09 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A2=E8=B4=AD=E5=8D=8F=E8=AE=AE=E5=86=85?= =?UTF-8?q?=E5=AE=B9=20=E4=BB=A5=E5=8F=8A=E4=BF=AE=E5=A4=8D=E5=BC=B9?= =?UTF-8?q?=E7=AA=97=E4=BD=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/home/cloudCard2.vue | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/pages/home/cloudCard2.vue b/pages/home/cloudCard2.vue index 1a20ecf..901dae3 100644 --- a/pages/home/cloudCard2.vue +++ b/pages/home/cloudCard2.vue @@ -168,12 +168,10 @@ - - + :beforeClose="dialogBeforeClose" @confirm="dialogInputConfirm" + :content="data.brandVos[selectIndex2].dgxy" :confirm-text="confirmText"> @@ -684,7 +682,8 @@ .center { display: flex; flex-direction: row; - flex: 1; + /* 这里注意,影响弹窗 */ + height: calc(100vh - 140px - 50vw); background-color: #f7f7f7; border-radius: 15px; overflow: hidden;