Commit b536fa2afa8788b1138425ca3ccd30418ed8d63a
1 parent
5289b8d9
1. 处理订单工艺评审的合版数量样式展示异常问题
Showing
2 changed files
with
30 additions
and
31 deletions
src/components/Common/CommonCostomTabBill.js
| ... | ... | @@ -5686,7 +5686,7 @@ const ProcessCardComponent = props => { |
| 5686 | 5686 | {/* {productCardValue === "preVersion" && ( */} |
| 5687 | 5687 | { |
| 5688 | 5688 | bShowCombineArea ? |
| 5689 | - <div style={{ width:'30%' }} > | |
| 5689 | + <div style={{ width:'38%' }} > | |
| 5690 | 5690 | { |
| 5691 | 5691 | getCommonViewTableComponentCombine({ |
| 5692 | 5692 | ...props, | ... | ... |
src/index.less
| ... | ... | @@ -4022,19 +4022,19 @@ table tr td .ant-select-auto-complete.ant-select .ant-input { |
| 4022 | 4022 | .ant-modal-close { |
| 4023 | 4023 | color: #4a495f !important; |
| 4024 | 4024 | } |
| 4025 | - | |
| 4025 | + | |
| 4026 | 4026 | .ant-modal-close-x { |
| 4027 | 4027 | width: 30px; |
| 4028 | 4028 | } |
| 4029 | - | |
| 4029 | + | |
| 4030 | 4030 | .ant-modal-header { |
| 4031 | 4031 | background-color: #e1edfe !important; |
| 4032 | 4032 | border: 0; |
| 4033 | - | |
| 4033 | + | |
| 4034 | 4034 | .ant-modal-title { |
| 4035 | 4035 | font-size: 14px; |
| 4036 | 4036 | color: #4a495f !important; |
| 4037 | - | |
| 4037 | + | |
| 4038 | 4038 | span:nth-child(1) { |
| 4039 | 4039 | overflow: hidden; |
| 4040 | 4040 | text-overflow: ellipsis; |
| ... | ... | @@ -4044,7 +4044,7 @@ table tr td .ant-select-auto-complete.ant-select .ant-input { |
| 4044 | 4044 | } |
| 4045 | 4045 | } |
| 4046 | 4046 | } |
| 4047 | - | |
| 4047 | + | |
| 4048 | 4048 | .ant-modal-body { |
| 4049 | 4049 | padding: 0 !important; |
| 4050 | 4050 | } |
| ... | ... | @@ -4069,34 +4069,33 @@ table tr td .ant-select-auto-complete.ant-select .ant-input { |
| 4069 | 4069 | width: 100%; |
| 4070 | 4070 | height: 30px; |
| 4071 | 4071 | padding: 0 0 0 20px; |
| 4072 | + :global { | |
| 4073 | + .radioDiv { | |
| 4074 | + width: 100%; | |
| 4075 | + height: 30px; | |
| 4076 | + display: flex; | |
| 4077 | + align-items: center; | |
| 4078 | + .viewStyle{ | |
| 4079 | + background-color: rgb(240, 242, 245); | |
| 4080 | + font-size: 14px !important; | |
| 4081 | + } | |
| 4072 | 4082 | |
| 4073 | - .radioDiv { | |
| 4074 | - width: 100%; | |
| 4075 | - height: 30px; | |
| 4076 | - display: flex; | |
| 4077 | - align-items: center; | |
| 4078 | - | |
| 4079 | - .viewStyle { | |
| 4080 | - background-color: rgb(240, 242, 245); | |
| 4081 | - font-size: 14px !important; | |
| 4082 | - } | |
| 4083 | - | |
| 4084 | - .viewStyle input[disabled] { | |
| 4085 | - font-size: 14px !important; | |
| 4086 | - } | |
| 4087 | - | |
| 4088 | - .ant-col-7 { | |
| 4089 | - background: none !important; | |
| 4090 | - color: rgb(0, 0, 0, 0.65) !important; | |
| 4091 | - | |
| 4092 | - label { | |
| 4083 | + .viewStyle input[disabled]{ | |
| 4093 | 4084 | font-size: 14px !important; |
| 4094 | 4085 | } |
| 4095 | - } | |
| 4096 | 4086 | |
| 4097 | - .ant-radio-wrapper-disabled { | |
| 4098 | - span { | |
| 4099 | - color: rgba(0, 0, 0, 0.88) !important; | |
| 4087 | + .ant-col-7 { | |
| 4088 | + background:none!important; | |
| 4089 | + color:rgb(0, 0, 0, 0.65)!important; | |
| 4090 | + label{ | |
| 4091 | + font-size: 14px !important; | |
| 4092 | + } | |
| 4093 | + } | |
| 4094 | + | |
| 4095 | + .ant-radio-wrapper-disabled { | |
| 4096 | + span { | |
| 4097 | + color: rgba(0, 0, 0, 0.88)!important; | |
| 4098 | + } | |
| 4100 | 4099 | } |
| 4101 | 4100 | } |
| 4102 | 4101 | } |
| ... | ... | @@ -4213,4 +4212,4 @@ table tr td .ant-select-auto-complete.ant-select .ant-input { |
| 4213 | 4212 | width: 22%; |
| 4214 | 4213 | height: 38px; |
| 4215 | 4214 | justify-content: space-between; |
| 4216 | -} | |
| 4217 | 4215 | \ No newline at end of file |
| 4216 | +} | ... | ... |