Commit 58a2a9933e6d7c6881896a1c6e9f78786480b73f

Authored by Min
1 parent 56f2cdd6

1.处理巡检项目表格标题展示样式问题

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%",
... ...
src/mes/indexMes/index.less
... ... @@ -40,7 +40,7 @@
40 40 left: 266px;
41 41 .size(calc(100% - 650px), 100%);
42 42 .flex(center, center);
43   - font-size: 22px;
  43 + font-size: 20px;
44 44 color: @base-color;
45 45 }
46 46  
... ...