From 2adcc4f18b51201b506074f2c6a8504618e61d14 Mon Sep 17 00:00:00 2001 From: FacerAin Date: Thu, 10 Aug 2023 17:25:48 +0900 Subject: [PATCH 1/7] chore: change blueprint button position --- src/components/dashboard/BluePrint.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/dashboard/BluePrint.vue b/src/components/dashboard/BluePrint.vue index 6be876f..e2b6063 100644 --- a/src/components/dashboard/BluePrint.vue +++ b/src/components/dashboard/BluePrint.vue @@ -62,10 +62,10 @@ const onClick = () => { - 만들기 취소 + 만들기 From 21408271ec809eb55d3728c019d5b6dd388e13ce Mon Sep 17 00:00:00 2001 From: FacerAin Date: Thu, 10 Aug 2023 17:40:31 +0900 Subject: [PATCH 2/7] feat: delete MainBottom --- src/components/dashboard/MainBottom.vue | 23 ----------------------- src/styles/main.css | 2 +- src/views/dashboard/index.vue | 4 ---- 3 files changed, 1 insertion(+), 28 deletions(-) delete mode 100644 src/components/dashboard/MainBottom.vue diff --git a/src/components/dashboard/MainBottom.vue b/src/components/dashboard/MainBottom.vue deleted file mode 100644 index 1d0cddf..0000000 --- a/src/components/dashboard/MainBottom.vue +++ /dev/null @@ -1,23 +0,0 @@ - - - - diff --git a/src/styles/main.css b/src/styles/main.css index e63887a..44d7229 100644 --- a/src/styles/main.css +++ b/src/styles/main.css @@ -153,5 +153,5 @@ body, height: 80%; } .container-size { - height: 100%; + height: 100vh; } diff --git a/src/views/dashboard/index.vue b/src/views/dashboard/index.vue index d42a682..6339038 100644 --- a/src/views/dashboard/index.vue +++ b/src/views/dashboard/index.vue @@ -16,16 +16,12 @@ - - -