diff --git a/hwe/ts/PageJoin.vue b/hwe/ts/PageJoin.vue
index dd79678a..9d3c00be 100644
--- a/hwe/ts/PageJoin.vue
+++ b/hwe/ts/PageJoin.vue
@@ -2,58 +2,67 @@
@@ -187,9 +173,7 @@
v-for="(inheritSpecial, key) in availableInheritSpecial"
:key="key"
:value="key"
- >
- {{ inheritSpecial.name }}
-
+ >{{ inheritSpecial.name }}
@@ -197,7 +181,7 @@
- 턴 시간
- 고정
+
+ 턴 시간
+ 고정
+
@@ -261,22 +243,13 @@
추가 능력치 고정
@@ -285,10 +258,8 @@
- 장수 생성 다시 입력
+ 장수 생성
+ 다시 입력
@@ -299,13 +270,6 @@ import "@scss/game_bg.scss";
import { defineComponent } from "vue";
import TopBackBar from "@/components/TopBackBar.vue";
-import {
- CTable,
- CTableBody,
- CTableRow,
- CTableHeaderCell,
- CTableDataCell,
-} from "@coreui/vue/src/components/table";
import { getIconPath } from "@util/getIconPath";
import { isBrightColor } from "@util/isBrightColor";
import {
@@ -391,11 +355,6 @@ export default defineComponent({
name: "PageJoin",
components: {
TopBackBar,
- CTable,
- CTableBody,
- CTableRow,
- CTableHeaderCell,
- CTableDataCell,
NumberInputWithInfo,
},
data() {
@@ -440,6 +399,7 @@ export default defineComponent({
inheritTurnTimeMinute: 0,
inheritTurnTimeSecond: 0,
turnterm,
+ toggleZoom: true,
};
},
watch: {
@@ -535,8 +495,8 @@ export default defineComponent({
const args = clone(this.args);
const totalStat = args.leadership + args.strength + args.intel;
- if(totalStat < stats.total){
- if(!confirm(`설정한 능력치가 ${totalStat}으로, 실제 최대치인 ${stats.total}보다 적습니다.\r\n그래도 진행할까요?`)){
+ if (totalStat < stats.total) {
+ if (!confirm(`설정한 능력치가 ${totalStat}으로, 실제 최대치인 ${stats.total}보다 적습니다.\r\n그래도 진행할까요?`)) {
return false;
}
}
@@ -559,6 +519,7 @@ export default defineComponent({
+
+
\ No newline at end of file
diff --git a/package.json b/package.json
index fa05d382..886ebbc7 100644
--- a/package.json
+++ b/package.json
@@ -60,7 +60,6 @@
"@babel/core": "^7.17.5",
"@babel/preset-env": "^7.16.11",
"@babel/preset-typescript": "^7.16.7",
- "@coreui/vue": "^4.1.2",
"@types/jquery": "^3.5.13",
"@types/lodash": "^4.14.178",
"@types/node": "^17.0.18",