misc: 외부 UI 안정화.

- 세부메뉴 버튼 변경
- 메인 하단바 여백
This commit is contained in:
2021-12-19 22:43:03 +09:00
parent be33ca69f8
commit 83a3ebb583
4 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
<template>
<div class="bg0">
<button type="button" class="btn btn-primary back_btn" @click="back">
<button type="button" class="btn btn-sammo-base2 back_btn" @click="back">
돌아가기
</button>
<div></div>
+1 -1
View File
@@ -1,6 +1,6 @@
<template>
<div class="bg0 back_bar">
<button type="button" class="btn btn-primary back_btn" @click="back">
<button type="button" class="btn btn-sammo-base2 back_btn" @click="back">
돌아가기
</button>
<h2 class="title">{{ title }}</h2>