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; }