diff --git a/src/components/Common/CommonViewTable/index.js b/src/components/Common/CommonViewTable/index.js index 3e932f0..bca8fe6 100644 --- a/src/components/Common/CommonViewTable/index.js +++ b/src/components/Common/CommonViewTable/index.js @@ -266,7 +266,7 @@ export default class CommonViewTable extends Component { { - tableConfig.sChinese === '上批对比' ? + tableConfig.sChinese === '上批对比1' ? : '' } - + : '' ); } diff --git a/src/index.less b/src/index.less index 2908225..21ed1ab 100644 --- a/src/index.less +++ b/src/index.less @@ -4053,13 +4053,27 @@ table tr td .ant-select-auto-complete.ant-select .ant-input { .commonAntSpace { width: 100%; - - .ant-space-item:nth-child(1) { - width: 100%; + :global { + .ant-space-item:nth-child(1) { + width: 100%; + } + .ant-space-item:nth-child(2) { + width: auto; + } } +} - .ant-space-item:nth-child(2) { - width: auto; +.commonNewBillContainer { + :global { + .ant-form-item-control-input-content { + .ant-input-number { + width: 100% !important; + + .ant-input-number-input { + height: 28px; + } + } + } } }