feature/2.16.1.2410.01-数据采集重构

This commit is contained in:
lys 2024-10-30 10:59:46 +08:00
parent c5a62b3c26
commit 5e2f6bbbbc
3 changed files with 10 additions and 28 deletions

View File

@ -244,12 +244,10 @@ class Index extends Component {
};
this.handleSaveDeduction(payload);
} else {
f.showErrors();
this.forceUpdate();
// Modal.warning({
// title: "信息确认",
// content: "必要信息不完整,红色*为必填项!"
// });
Modal.warning({
title: "信息确认",
content: "必要信息不完整,红色*为必填项!"
});
}
});
};

View File

@ -199,7 +199,7 @@ class DataTables extends Component {
}
});
let height = 280;
if (dataSource.length > 0) height = dataSource.length <= 10 ? dataSource.length * 46 + 108 : 500;
if (dataSource.length > 0) height = dataSource.length <= 10 ? dataSource.length * 46 + 124 : 500;
return (<div style={{ height: height + "px" }}>
<Spin spinning={loading.query}>
<iframe

View File

@ -23,33 +23,17 @@
}
.addItemsWrapper {
padding-bottom: 8px;
.baseForm {
.wea-form-cell {
padding-right: 20% !important;
}
}
.wea-search-group {
.wea-form-cell-wrapper {
border: 1px solid #e5e5e5;
& > div:last-child {
border-bottom: none
}
.wea-form-cell {
padding: 4px 16px;
border-bottom: 1px solid #e5e5e5;
.wea-form-item-wrapper {
line-height: 30px;
}
.wea-form-item {
padding: 0;
}
}
}
.tipWrapper {
background: #FFF;
margin: 0 16px;
}
}