From a269c252910ce5a453f0a72aa600f33eca6d254d Mon Sep 17 00:00:00 2001 From: "jlj05024111@163.com" Date: Tue, 29 Apr 2025 20:35:58 +0800 Subject: [PATCH 1/2] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=E5=85=A8?= =?UTF-8?q?=E5=B1=80=E9=BB=98=E8=AE=A4=E5=AD=97=E4=BD=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/web-theme/src/theme/elements/index.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/web-theme/src/theme/elements/index.scss b/packages/web-theme/src/theme/elements/index.scss index 339521a..d766b8c 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 { -- Gitee From 22733d65175496eadb6be0669d0de3db18fed40c Mon Sep 17 00:00:00 2001 From: "jlj05024111@163.com" Date: Fri, 9 May 2025 20:00:17 +0800 Subject: [PATCH 2/2] =?UTF-8?q?feat:=20=E6=96=B0=E5=A2=9E=E5=88=86?= =?UTF-8?q?=E9=A1=B5=E5=AF=BC=E8=88=AA=E8=A7=86=E5=9B=BE=E5=AF=BC=E8=88=AA?= =?UTF-8?q?=E6=A0=8F=E6=B5=81=E5=BC=8F=E5=B8=83=E5=B1=80=E6=A8=A1=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/web-theme/template/index.ts.hbs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/web-theme/template/index.ts.hbs b/packages/web-theme/template/index.ts.hbs index 09cdf1a..6684687 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); // 部件布局面板 // 表格导航 -- Gitee