From 35b8f2e7b34875efebed526a7394ff50e65f8e90 Mon Sep 17 00:00:00 2001 From: whycq <10027870+whycq@user.noreply.gitee.com> Date: 星期三, 22 十一月 2023 10:50:15 +0800 Subject: [PATCH] # --- pages/business/plan/plan.vue | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/pages/business/plan/plan.vue b/pages/business/plan/plan.vue index 191f96b..223096c 100644 --- a/pages/business/plan/plan.vue +++ b/pages/business/plan/plan.vue @@ -153,6 +153,10 @@ name:'骞冲簱', value: 6 }, + { + name:'鍏朵粬', + value: 7 + }, ] } }, @@ -366,6 +370,7 @@ margin-top: 20px; } .popup-content { + width: 60vw; margin-top: 260rpx; display: flex; align-items: center; -- Gitblit v1.9.1