diff --git a/packages/web-theme/src/theme/elements/index.scss b/packages/web-theme/src/theme/elements/index.scss index 339521af5a1503418f6ee550f18c6fba6186dd43..d766b8c887181d97cae8f02f5f472015124c7ea3 100644 --- a/packages/web-theme/src/theme/elements/index.scss +++ b/packages/web-theme/src/theme/elements/index.scss @@ -8,6 +8,7 @@ body { * { box-sizing: border-box; + font-family: 'Microsoft YaHei'; } .ibiz-app { diff --git a/packages/web-theme/template/index.ts.hbs b/packages/web-theme/template/index.ts.hbs index 09cdf1a8bc757b50534cd2b664c7991e9b815ba6..6684687138805ef3b1f0db94eb8fdbf721b9c7dd 100644 --- a/packages/web-theme/template/index.ts.hbs +++ b/packages/web-theme/template/index.ts.hbs @@ -51,6 +51,7 @@ import DEREPORTVIEW from './view-layout-model-repository/view-layout-model-repos import DEGANTTVIEW from './view-layout-model-repository/view-layout-model-repository-de-gantt-view-layout'; import DEINDEXVIEW from './view-layout-model-repository/view-layout-model-repository-de-index-view-layout'; import DETABSEARCHVIEW from './view-layout-model-repository/view-layout-model-repository-de-tab-search-view-view-layout'; +import DETABEXPVIEW_FLOW from './view-layout-model-repository/view-layout-model-repository-de-tab-exp-view-layout-flow'; // 部件布局面板 import GridExpBar from './control-layout/control-layout-model-repository-grid-exp-bar-layout'; @@ -197,6 +198,8 @@ export function install(callBack: (key: string, model: any) => void): void { callBack('DEINDEXVIEW_DEFAULT', DEINDEXVIEW); // 实体分页搜索视图 callBack('DETABSEARCHVIEW_DEFAULT', DETABSEARCHVIEW); + // 实体分页导航视图(流式布局) + callBack('DETABEXPVIEW_FLOW', DETABEXPVIEW_FLOW); // 部件布局面板 // 表格导航