--fix bug

This commit is contained in:
yuping
2023-02-16 22:03:45 +08:00
parent 36b6e820c3
commit acabc1556c
6 changed files with 30 additions and 26 deletions

View File

@@ -128,8 +128,7 @@
<a-select-option :value="3">闯关模式</a-select-option>
</a-select> -->
<unlock-mode :routerInfo="routerInfo.routerInfo" :types="types">
<a-button type="primary" size="large" style="border-radius: 8px;margin-left: 24px;">切换模式
</a-button>
<a-button type="primary" size="large" style="border-radius: 8px;margin-left: 24px;">切换模式</a-button>
</unlock-mode>
</div>
<div class="line"></div>
@@ -254,7 +253,7 @@
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
" :title="element.creater">
" :title="element.name">
{{ element.name }}
</div>
<div style="width: 120px; text-align: center">
@@ -610,7 +609,7 @@ const temporaryStorage = async () => {
const submitStorage = async () => {
confirmLoading.value = true
await releaseRouter(routerId)
message.success("关卡和任务数据已保存,将返回上一页")
message.success("关卡和任务数据已保存")
confirmLoading.value = false
};
//取消