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, }, })