+
+
= !$plock ? ("동작 시각: " . substr($gameStor->turntime, 5, 14) . "") : ("동작 시각: " . substr($gameStor->turntime, 5, 14) . "") ?>
+
+
0) : ?>
= $auctionCount ?>건 거래 진행중
진행중 거래 없음
-
+
vote ?: [''];
$vote_title = Tag2Code($gameStor->vote_title ?? '-');
@@ -211,9 +211,7 @@ if (!$otherTextInfo) {
진행중 설문 없음
-
+ 설문 진행중 : = $vote_title ?>
@@ -226,7 +224,9 @@ if (!$otherTextInfo) {
【 국가방침 】
-
= nationMsg($generalObj) ?>
+
+
= nationMsg($generalObj) ?>
+
diff --git a/hwe/scss/main.scss b/hwe/scss/main.scss
index 8ca19401..06db29f4 100644
--- a/hwe/scss/main.scss
+++ b/hwe/scss/main.scss
@@ -69,6 +69,12 @@ body {
}
}
+.vote-cell {
+ white-space: nowrap;
+ overflow: hidden;
+ text-overflow: ellipsis;
+}
+
@include media-breakpoint-up(md) {
#map_view {
grid-template-columns: 700px 300px;
@@ -101,7 +107,7 @@ body {
.commandPad {
position: absolute;
- z-index: 99;
+ z-index: 7;
}
@@ -153,7 +159,7 @@ body {
}
}
-#nation-msg-box{
+#nation-msg-box {
position: relative;
overflow: hidden;
}
@@ -433,13 +439,15 @@ body {
@include media-breakpoint-down(md) {
- #mailbox_list-col{
+ #mailbox_list-col {
order: 1;
}
+
#msg_submit-col {
order: 2;
}
- #msg_input-col{
+
+ #msg_input-col {
order: 3;
}
}