修改样式
This commit is contained in:
@ -11,6 +11,9 @@
|
||||
:global(.ant-card-head) {
|
||||
background-color: #fafafa;
|
||||
}
|
||||
:global(.ant-card-body) {
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.formActions {
|
||||
@ -48,13 +51,15 @@
|
||||
|
||||
.detail-card {
|
||||
margin-bottom: 16px;
|
||||
:global(.ant-card-body) {
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.indicator-table {
|
||||
margin-top: 16px;
|
||||
// margin-top: 16px;
|
||||
}
|
||||
|
||||
.status-tag {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
@ -446,7 +446,6 @@ const SupplierAnnualTemplateManageAdd: React.FC<PageProps> = ({ breadcrumb, disp
|
||||
<Card
|
||||
title={intl.formatMessage({ id: 'supplierAnnualTemplateManage.add.basicInfo' })}
|
||||
bordered={false}
|
||||
className={styles.innerCard}
|
||||
>
|
||||
<Row gutter={24}>
|
||||
<Col span={8}>
|
||||
|
@ -133,7 +133,7 @@ const SupplierAnnualTemplateManageDetail: React.FC = () => {
|
||||
{templateDetail ? (
|
||||
<>
|
||||
<Card title={intl.formatMessage({ id: 'supplierAnnualTemplateManage.add.basicInfo' })} bordered={false} className={styles['detail-card']}>
|
||||
<Descriptions column={2} bordered>
|
||||
<Descriptions column={2} bordered style={{marginTop: 16}}>
|
||||
<Descriptions.Item label={intl.formatMessage({ id: 'supplierAnnualTemplateManage.list.templateName' })}>
|
||||
{templateDetail.templateName}
|
||||
</Descriptions.Item>
|
||||
|
Reference in New Issue
Block a user