misc: 갱신/로비로 버튼 위치 이동
This commit is contained in:
+12
-2
@@ -255,9 +255,19 @@ if (!$otherTextInfo) {
|
||||
<?php endif; ?>
|
||||
<div id="map_view" class="gx-0">
|
||||
<div id="mapZone" class="view-item"><?= getMapHtml($mapTheme) ?></div>
|
||||
<div class="view-item" id="reservedCommandList"></div>
|
||||
<div class="view-item" id="reservedCommandZone">
|
||||
<div id="reservedCommandList"></div>
|
||||
<div id="actionMiniPlate" class="gx-0 row">
|
||||
<div class="col">
|
||||
<div class="gx-1 row">
|
||||
<div class="col-8 d-grid"><button type='button' class='btn btn-sammo-base2 refreshPage'>갱 신</button></div>
|
||||
<div class="col-4 d-grid"><button type='button' class='btn btn-sammo-base2' onclick="location.replace('../')">로비로</button></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="cityInfo" class="view-item" style="border:none;text-align:center;"><?= cityInfo($generalObj) ?></div>
|
||||
<div id="routeButtons" class="view-item row justify-content-center"><button type='button' class='btn btn-sammo-base2 col-2 refreshPage'>갱 신</button><button type='button' class='btn btn-sammo-base2 col-3' onclick="location.replace('../')">로비로</button></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row gx-0">
|
||||
<div class="col-md-6" id="nation-position"><?php myNationInfo($generalObj); ?></div>
|
||||
|
||||
+13
-12
@@ -78,7 +78,7 @@ body {
|
||||
@include media-breakpoint-up(md) {
|
||||
#map_view {
|
||||
grid-template-columns: 700px 300px;
|
||||
grid-template-rows: 520px 130px auto;
|
||||
grid-template-rows: 520px 130px;
|
||||
}
|
||||
|
||||
#mapZone {
|
||||
@@ -93,18 +93,20 @@ body {
|
||||
}
|
||||
|
||||
|
||||
#routeButtons {
|
||||
grid-column: 1 / 3;
|
||||
grid-row: 3 / 4;
|
||||
}
|
||||
|
||||
#reservedCommandList {
|
||||
#reservedCommandZone {
|
||||
width: 300px;
|
||||
grid-column: 2 / 3;
|
||||
grid-row: 1 / 3;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
#actionMiniPlate{
|
||||
position: absolute;
|
||||
right: 0;
|
||||
bottom: 1em;
|
||||
width: 290px;
|
||||
}
|
||||
|
||||
.commandPad {
|
||||
position: absolute;
|
||||
z-index: 7;
|
||||
@@ -170,6 +172,7 @@ body {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(5, 1fr);
|
||||
padding: 0;
|
||||
gap: 1px;
|
||||
}
|
||||
|
||||
.toolbars>.buttonPlate {
|
||||
@@ -217,17 +220,15 @@ body {
|
||||
}
|
||||
|
||||
|
||||
#reservedCommandList {
|
||||
#reservedCommandZone {
|
||||
grid-column: 1 / 2;
|
||||
grid-row: 2 / 3;
|
||||
}
|
||||
|
||||
#routeButtons {
|
||||
grid-column: 1 / 2;
|
||||
grid-row: 3 / 4;
|
||||
#actionMiniPlate{
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
|
||||
|
||||
#cityInfo {
|
||||
grid-column: 1 / 2;
|
||||
grid-row: 4 / 5;
|
||||
|
||||
@@ -434,8 +434,8 @@ export default defineComponent({
|
||||
|
||||
return {
|
||||
maxTurn,
|
||||
flippedMaxTurn: 18,
|
||||
viewMaxTurn: 18,
|
||||
flippedMaxTurn: 16,
|
||||
viewMaxTurn: 16,
|
||||
maxPushTurn,
|
||||
commandList,
|
||||
serverNow: formatTime(serverNowObj, "HH:mm:ss"),
|
||||
|
||||
Reference in New Issue
Block a user