chore: 优化演示示例

This commit is contained in:
xiaoxian521
2024-01-11 22:42:19 +08:00
parent 7b228f4784
commit 44c541126a
30 changed files with 409 additions and 422 deletions

View File

@@ -43,10 +43,10 @@ function onChange() {
</script>
<template>
<el-space direction="vertical" size="large">
<el-tag :style="elStyle" size="large" effect="dark">
<div>
<p class="mb-2">
模拟后台根据不同角色返回对应路由观察左侧菜单变化管理员角色可查看系统管理菜单普通角色不可查看系统管理菜单
</el-tag>
</p>
<el-card shadow="never" :style="elStyle">
<template #header>
<div class="card-header">
@@ -62,5 +62,5 @@ function onChange() {
/>
</el-select>
</el-card>
</el-space>
</div>
</template>