优化
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<FullWidthLayout :show-back="false" @back="router.push('/material/list')">
|
||||
<FullWidthLayout :show-back="false" class="mix-page-layout">
|
||||
<!-- 页面标题 -->
|
||||
<template #header>
|
||||
<div class="page-header">
|
||||
@@ -9,6 +9,9 @@
|
||||
<div class="page-header__content">
|
||||
<h1 class="page-header__title">智能混剪</h1>
|
||||
</div>
|
||||
<div class="page-header__actions">
|
||||
<a-button @click="router.push('/material/list')">返回列表</a-button>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user