feat: 统一管理端弹窗与内容区交互样式
- 收敛管理端公共 Modal 链路,新增表单弹窗与普通内容弹窗包装\n- 迁移 Bot、知识库、插件、工作流、资源、MCP、数据中枢与系统管理页面级弹窗\n- 统一内容区工具栏、列表容器、导航与顶部按钮的视觉密度和交互节奏
This commit is contained in:
@@ -8,7 +8,10 @@ import {
|
||||
} from 'vue-element-plus-x';
|
||||
|
||||
import { registerAccessDirective } from '@easyflow/access';
|
||||
import { registerLoadingDirective } from '@easyflow/common-ui';
|
||||
import {
|
||||
registerLoadingDirective,
|
||||
setDefaultModalProps,
|
||||
} from '@easyflow/common-ui';
|
||||
import { preferences } from '@easyflow/preferences';
|
||||
import { initStores } from '@easyflow/stores';
|
||||
import '@easyflow/styles';
|
||||
@@ -31,10 +34,12 @@ async function bootstrap(namespace: string) {
|
||||
// 初始化表单组件
|
||||
await initSetupEasyFlowForm();
|
||||
|
||||
// // 设置弹窗的默认配置
|
||||
// setDefaultModalProps({
|
||||
// fullscreenButton: false,
|
||||
// });
|
||||
// 设置弹窗的默认配置
|
||||
setDefaultModalProps({
|
||||
bordered: true,
|
||||
fullscreenButton: false,
|
||||
overlayBlur: 0,
|
||||
});
|
||||
// // 设置抽屉的默认配置
|
||||
// setDefaultDrawerProps({
|
||||
// zIndex: 2000,
|
||||
|
||||
Reference in New Issue
Block a user