refactor: ♻️ 通知公告、字典重构问题修复和优化

This commit is contained in:
ray
2024-10-08 01:02:48 +08:00
parent 42f7782d56
commit ff53ed6060
18 changed files with 341 additions and 269 deletions

View File

@@ -168,7 +168,7 @@
<el-input
v-model="permKeywords"
clearable
class="w-[200px]"
class="w-[150px]"
placeholder="菜单权限名称"
>
<template #prefix>
@@ -176,7 +176,7 @@
</template>
</el-input>
<div class="flex-center">
<div class="flex-center ml-5">
<el-button type="primary" size="small" plain @click="togglePermTree">
<i-ep-switch />
{{ isExpanded ? "收缩" : "展开" }}