From bce89c9e55990eb5f16c3813a226d3d2b1c42c26 Mon Sep 17 00:00:00 2001 From: Hide_D Date: Fri, 26 Aug 2022 02:11:26 +0900 Subject: [PATCH] feat: NationBasicCard --- hwe/ts/PageFront.vue | 14 ++- hwe/ts/components/NationBasicCard.vue | 172 +++++++++++++++++++++----- 2 files changed, 153 insertions(+), 33 deletions(-) diff --git a/hwe/ts/PageFront.vue b/hwe/ts/PageFront.vue index 429a001a..524cef20 100644 --- a/hwe/ts/PageFront.vue +++ b/hwe/ts/PageFront.vue @@ -14,7 +14,7 @@ -
+
툴바?
시나리오
토너먼트/설문
@@ -26,10 +26,10 @@
지도
예턴
도시 정보
-
- +
+
-
+
{ generalInfo.value = response.general; const newLastExecuted = parseTime(response.global.lastExecuted); - if(newLastExecuted.getTime() > lastExecuted.value.getTime()){ + if (newLastExecuted.getTime() > lastExecuted.value.getTime()) { lastExecuted.value = newLastExecuted; } @@ -322,6 +322,10 @@ watch(refreshCounter, async () => { justify-content: space-between; } +.generalInfo { + width: 500px; +} + @include media-500px { #outBlock { position: absolute; diff --git a/hwe/ts/components/NationBasicCard.vue b/hwe/ts/components/NationBasicCard.vue index 47140073..16d172f3 100644 --- a/hwe/ts/components/NationBasicCard.vue +++ b/hwe/ts/components/NationBasicCard.vue @@ -1,63 +1,178 @@ + \ No newline at end of file +