Commit 2d8b2b730d427d8b3875702a7ec4bb06d898aec5

Authored by Min
2 parents 50dd9126 b536fa2a

Merge branch 'main' of http://git.xlyprint.cn/zhangz/xlyUmi

.umirc.ts
@@ -38,4 +38,5 @@ export default defineConfig({ @@ -38,4 +38,5 @@ export default defineConfig({
38 }, 38 },
39 plugins: ["@umijs/plugins/dist/dva"], 39 plugins: ["@umijs/plugins/dist/dva"],
40 mfsu: false, 40 mfsu: false,
  41 + hash: true,
41 }); 42 });
src/components/Common/CommonCostomTabBill.js
@@ -5686,7 +5686,7 @@ const ProcessCardComponent = props => { @@ -5686,7 +5686,7 @@ const ProcessCardComponent = props => {
5686 {/* {productCardValue === "preVersion" && ( */} 5686 {/* {productCardValue === "preVersion" && ( */}
5687 { 5687 {
5688 bShowCombineArea ? 5688 bShowCombineArea ?
5689 - <div style={{ width:'30%' }} > 5689 + <div style={{ width:'38%' }} >
5690 { 5690 {
5691 getCommonViewTableComponentCombine({ 5691 getCommonViewTableComponentCombine({
5692 ...props, 5692 ...props,
src/global.less
@@ -5,6 +5,10 @@ @@ -5,6 +5,10 @@
5 @import "./variable.less"; 5 @import "./variable.less";
6 @import "./skinchange.less"; 6 @import "./skinchange.less";
7 7
  8 +.ant-legacy-form .ant-form-item label {
  9 + font-size: 12px;
  10 +}
  11 +
8 .ant-card-head { 12 .ant-card-head {
9 border-bottom: 1px solid #d9d9d9; 13 border-bottom: 1px solid #d9d9d9;
10 } 14 }
src/index.less
@@ -4022,19 +4022,19 @@ table tr td .ant-select-auto-complete.ant-select .ant-input { @@ -4022,19 +4022,19 @@ table tr td .ant-select-auto-complete.ant-select .ant-input {
4022 .ant-modal-close { 4022 .ant-modal-close {
4023 color: #4a495f !important; 4023 color: #4a495f !important;
4024 } 4024 }
4025 - 4025 +
4026 .ant-modal-close-x { 4026 .ant-modal-close-x {
4027 width: 30px; 4027 width: 30px;
4028 } 4028 }
4029 - 4029 +
4030 .ant-modal-header { 4030 .ant-modal-header {
4031 background-color: #e1edfe !important; 4031 background-color: #e1edfe !important;
4032 border: 0; 4032 border: 0;
4033 - 4033 +
4034 .ant-modal-title { 4034 .ant-modal-title {
4035 font-size: 14px; 4035 font-size: 14px;
4036 color: #4a495f !important; 4036 color: #4a495f !important;
4037 - 4037 +
4038 span:nth-child(1) { 4038 span:nth-child(1) {
4039 overflow: hidden; 4039 overflow: hidden;
4040 text-overflow: ellipsis; 4040 text-overflow: ellipsis;
@@ -4044,7 +4044,7 @@ table tr td .ant-select-auto-complete.ant-select .ant-input { @@ -4044,7 +4044,7 @@ table tr td .ant-select-auto-complete.ant-select .ant-input {
4044 } 4044 }
4045 } 4045 }
4046 } 4046 }
4047 - 4047 +
4048 .ant-modal-body { 4048 .ant-modal-body {
4049 padding: 0 !important; 4049 padding: 0 !important;
4050 } 4050 }
@@ -4069,34 +4069,33 @@ table tr td .ant-select-auto-complete.ant-select .ant-input { @@ -4069,34 +4069,33 @@ table tr td .ant-select-auto-complete.ant-select .ant-input {
4069 width: 100%; 4069 width: 100%;
4070 height: 30px; 4070 height: 30px;
4071 padding: 0 0 0 20px; 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 font-size: 14px !important; 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,4 +4212,4 @@ table tr td .ant-select-auto-complete.ant-select .ant-input {
4213 width: 22%; 4212 width: 22%;
4214 height: 38px; 4213 height: 38px;
4215 justify-content: space-between; 4214 justify-content: space-between;
4216 -}  
4217 \ No newline at end of file 4215 \ No newline at end of file
  4216 +}