Commit 58a2a9933e6d7c6881896a1c6e9f78786480b73f
1 parent
56f2cdd6
1.处理巡检项目表格标题展示样式问题
Showing
2 changed files
with
2 additions
and
2 deletions
src/components/Common/CommonTable/index.js
| ... | ... | @@ -4537,7 +4537,7 @@ class CommonTableRc extends React.Component { |
| 4537 | 4537 | }); |
| 4538 | 4538 | |
| 4539 | 4539 | let extraStyle = {}; |
| 4540 | - if (columnLength > 10 || bIncludeSpecial) { | |
| 4540 | + if (this.props.app?.userinfo?.sLanguage !=='sEnglish' && columnLength > 10 || bIncludeSpecial) { | |
| 4541 | 4541 | extraStyle = { |
| 4542 | 4542 | display: "inline-block", |
| 4543 | 4543 | width: "100%", | ... | ... |