feat: 更新场景仿真和场景编辑页面标题,添加相应描述
This commit is contained in:
parent
4ac309e732
commit
d06bd10bf1
@ -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>
|
||||
|
||||
|
@ -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" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user