From 760eb7c9937086bcd140a4186d48c70b9fd5b71f Mon Sep 17 00:00:00 2001 From: hongawen <83944980@qq.com> Date: Thu, 7 Nov 2024 21:05:59 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E8=B0=83=E6=A0=B7=E5=AD=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/plan/planList/components/devPopup.vue | 12 ++++++------ .../src/views/system/dictionary/dictData/index.vue | 7 ++++--- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/frontend/src/views/plan/planList/components/devPopup.vue b/frontend/src/views/plan/planList/components/devPopup.vue index 473ae70..484ea60 100644 --- a/frontend/src/views/plan/planList/components/devPopup.vue +++ b/frontend/src/views/plan/planList/components/devPopup.vue @@ -3,11 +3,11 @@ -
+
@@ -50,8 +51,8 @@ const props = defineProps({ default: 800, }, height: { - type: String, - default: '744px', + type: Number, + default: 744, }, })