From 0784efa31ebf74887b03bbf71291c63e72c726af Mon Sep 17 00:00:00 2001
From: pengm <674192343@qq.com>
Date: Fri, 24 Oct 2025 14:36:58 +0800
Subject: [PATCH] 1.修复订单工艺评审样式 2.修复上批对比重复问题
---
src/components/Common/CommonViewTable/index.js | 4 ++--
src/index.less | 24 +++++++++++++++++++-----
2 files changed, 21 insertions(+), 7 deletions(-)
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;
+ }
+ }
+ }
}
}
--
libgit2 0.22.2