refactor: 多处页面布局替换为可拖拽拆分面板

1. 为抽屉组件添加可调整大小属性
2. 将fachat、字典管理、教程页、AI聊天、用户管理页面的固定布局替换为ElSplitter可拖拽拆分布局,优化页面布局灵活性
This commit is contained in:
zhangtao
2026-08-04 21:21:49 +08:00
parent 12ad43914f
commit ee8e23410f
6 changed files with 255 additions and 269 deletions
@@ -5,6 +5,7 @@
:direction="direction"
:show-close="false"
:class="drawerClassMerged"
resizable
destroy-on-close
v-bind="drawerAttrs"
@close="emit('close')"