feat: 更新场景仿真和场景编辑页面标题,添加相应描述

This commit is contained in:
xudan 2025-06-17 09:57:59 +08:00
parent 4ac309e732
commit d06bd10bf1
2 changed files with 2 additions and 2 deletions

View File

@ -86,7 +86,7 @@ const selectRobot = (id: string) => {
<a-layout class="full">
<a-layout-header class="p-16" style="height: 64px">
<a-flex justify="space-between" align="center">
<a-typography-text class="title">{{ title }}</a-typography-text>
<a-typography-text class="title">{{ title }}--场景仿真</a-typography-text>
</a-flex>
</a-layout-header>

View File

@ -105,7 +105,7 @@ const selectRobot = (id: string) => {
<a-layout class="full">
<a-layout-header class="p-16" style="height: 64px">
<a-flex justify="space-between" align="center">
<a-typography-text class="title">{{ title }}</a-typography-text>
<a-typography-text class="title">{{ title }} --场景编辑</a-typography-text>
<a-space align="center">
<a-button v-if="editable" class="warning" @click="editable = false">
<i class="icon exit size-18 mr-8" />