diff --git a/hwe/ts/PageNPCControl.vue b/hwe/ts/PageNPCControl.vue index 53c6ff0d..a432c9ee 100644 --- a/hwe/ts/PageNPCControl.vue +++ b/hwe/ts/PageNPCControl.vue @@ -227,9 +227,8 @@   {{ element.id }} @@ -250,9 +249,8 @@   {{ element.id }} @@ -305,9 +303,8 @@   {{ element.id }} @@ -328,9 +325,8 @@   {{ element.id }} diff --git a/hwe/ts/PartialReservedCommand.vue b/hwe/ts/PartialReservedCommand.vue index a8d72b02..f8aa30b4 100644 --- a/hwe/ts/PartialReservedCommand.vue +++ b/hwe/ts/PartialReservedCommand.vue @@ -218,7 +218,7 @@ :key="turnIdx" class="turn_pad center" > - + diff --git a/hwe/ts/components/AuctionUniqueItem.vue b/hwe/ts/components/AuctionUniqueItem.vue index 9a4fb9b6..9db862aa 100644 --- a/hwe/ts/components/AuctionUniqueItem.vue +++ b/hwe/ts/components/AuctionUniqueItem.vue @@ -7,7 +7,7 @@
경매 {{ currentAuction.auction.id }}번 상세
경매명
-
+
{{ currentAuction.auction.title }}
@@ -83,7 +83,7 @@ @click="currentAuctionID = auctionID" >
{{ auction.id }}
-
{{ auction.title }}
+
{{ auction.title }}
{{ auction.hostName }}
{{ cutDateTime(auction.closeDate) }}
{{ auction.remainCloseDateExtensionCnt > 0 ? "남음" : "소진" }}
diff --git a/hwe/ts/components/AutorunInfo.vue b/hwe/ts/components/AutorunInfo.vue index 6e3803cb..25add8bd 100644 --- a/hwe/ts/components/AutorunInfo.vue +++ b/hwe/ts/components/AutorunInfo.vue @@ -1,5 +1,5 @@