From 58a2a9933e6d7c6881896a1c6e9f78786480b73f Mon Sep 17 00:00:00 2001 From: pengm <674192343@qq.com> Date: Mon, 8 Sep 2025 14:06:28 +0800 Subject: [PATCH] 1.处理巡检项目表格标题展示样式问题 --- src/components/Common/CommonTable/index.js | 2 +- src/mes/indexMes/index.less | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Common/CommonTable/index.js b/src/components/Common/CommonTable/index.js index 1ea878f..43e140e 100644 --- a/src/components/Common/CommonTable/index.js +++ b/src/components/Common/CommonTable/index.js @@ -4537,7 +4537,7 @@ class CommonTableRc extends React.Component { }); let extraStyle = {}; - if (columnLength > 10 || bIncludeSpecial) { + if (this.props.app?.userinfo?.sLanguage !=='sEnglish' && columnLength > 10 || bIncludeSpecial) { extraStyle = { display: "inline-block", width: "100%", diff --git a/src/mes/indexMes/index.less b/src/mes/indexMes/index.less index 1701d1a..86aabdc 100644 --- a/src/mes/indexMes/index.less +++ b/src/mes/indexMes/index.less @@ -40,7 +40,7 @@ left: 266px; .size(calc(100% - 650px), 100%); .flex(center, center); - font-size: 22px; + font-size: 20px; color: @base-color; } -- libgit2 0.22.2