feat(WIP): processing 건국, 다른 메뉴 UI 통일

- lazy loading은 의미가 없으므로 롤백
This commit is contained in:
2021-12-19 22:50:15 +09:00
parent 83a3ebb583
commit 5d8e2c16f5
14 changed files with 235 additions and 171 deletions
+3 -2
View File
@@ -18,10 +18,11 @@
표시됩니다.<br />
</div>
<div class="row">
<div class="col-12 col-md-6">
<div class="col-6 col-md-3">
국가 :
<NationSelect :nations="nations" v-model="selectedNationID" />
</div>
<div class="col-12 col-md-6">
<div class="col-4 col-md-2 d-grid">
<b-button @click="submit">{{ commandName }}</b-button>
</div>
</div>