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 +