wip: 장수 기본 카드 채색?

This commit is contained in:
2022-07-15 01:29:05 +09:00
parent cc15834484
commit 52164f8da7
3 changed files with 88 additions and 40 deletions
+4 -1
View File
@@ -14,7 +14,10 @@
</BFormSelectOption>
</BFormSelect>
</div>
<GeneralBasicCard v-if="targetGeneral && nationInfo" :general="targetGeneral" :nation="nationInfo" />
<div class="row gx-0">
<GeneralBasicCard v-if="targetGeneral && nationInfo" class="col-12 col-md-6" :general="targetGeneral" :nation="nationInfo" />
</div>
<BottomBar></BottomBar>
</BContainer>
</template>