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;