mirror of
https://github.com/fastapiadmin/FastapiAdmin.git
synced 2026-09-27 06:41:12 +00:00
refactor: 多处页面布局替换为可拖拽拆分面板
1. 为抽屉组件添加可调整大小属性 2. 将fachat、字典管理、教程页、AI聊天、用户管理页面的固定布局替换为ElSplitter可拖拽拆分布局,优化页面布局灵活性
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
:direction="direction"
|
||||
:show-close="false"
|
||||
:class="drawerClassMerged"
|
||||
resizable
|
||||
destroy-on-close
|
||||
v-bind="drawerAttrs"
|
||||
@close="emit('close')"
|
||||
|
||||
Reference in New Issue
Block a user