Skip to content

Commit

Permalink
删除多余的
Browse files Browse the repository at this point in the history
  • Loading branch information
TYHH10 authored and TYHH10 committed Nov 8, 2024
1 parent a6795ef commit 7231f6d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/components/MiscSaveTools.vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@
<v-spacer></v-spacer>
<v-btn color="red darken-1" text @click="gameses.closeDialog()"> 取消 </v-btn>
<v-btn color="green darken-1" text @click="gameses.saveChanges()"> 保存 </v-btn>
<v-btn color="red darken-1" text @click="gameses.closeDialog()"> 取消 </v-btn>
<v-btn color="green darken-1" text @click="gameses.saveChanges()"> 保存 </v-btn>
</v-card-actions>
</v-card>
</v-dialog>
Expand All @@ -47,7 +45,6 @@
<div class="toolContent d-flex flex-row justify-space-between align-center px-2 mb-8">
<div class="text">
转换为 <span class="text-primary">{{ isMP ? '单人' : '多人' }}-游戏</span> 格式:
转换为 <span class="text-primary">{{ isMP ? '单人' : '多人' }}-游戏</span> 格式:
</div>
<v-spacer></v-spacer>
<v-btn title="Convert" @click="convert.click" size="x-small" icon>
Expand Down Expand Up @@ -121,7 +118,7 @@
<v-text-field
hide-details="true"
density="comfortable"
label="输入钱数量"
label="输入钱的数量"
variant="outlined"
style="color: white; min-width: 140px"
v-model="money.inputVal.value"
Expand All @@ -137,7 +134,6 @@
class="py-5"
>
应用
应用
</v-btn>
</div>
</v-sheet>
Expand Down

0 comments on commit 7231f6d

Please sign in to comment.