This commit is contained in:
linxd
2025-06-27 17:15:45 +08:00
parent ad241f7adb
commit 5c54182ca1
33 changed files with 2648 additions and 315 deletions

View File

@ -26,24 +26,6 @@
margin-top: 24px;
}
:global {
.filter-action-row {
margin-bottom: 16px;
.filter-form {
.filter-btns {
margin-left: auto;
}
}
}
.content-area {
background-color: #fff;
padding: 24px;
margin-bottom: 24px;
border-radius: 2px;
}
}
/* Add styles for the tables */
:global(.ant-table) {

View File

@ -246,6 +246,9 @@ const SupplierEvaluateScoreDetail: React.FC = () => {
<Spin spinning={loading}>
{scoreDetail ? (
<div className="content-area">
<Title level={5} className={styles.pageTitle} style={{textAlign: 'center'}}>
</Title>
<Card title="基本信息" bordered={false}>
<Descriptions column={2} bordered>
<Descriptions.Item label="供应商名称">{getSupplierName()}</Descriptions.Item>