Commit a23440bd authored by XieZhiXiong's avatar XieZhiXiong

chore: 调整样式

parent e2baae95
@import '~antd/es/style/themes/default.less';
.card-box-title {
.register-info {
padding-top: @padding-xs;
background-color: #FFFFFF;
.card-box-title {
padding-left: @padding-xs;
line-height: @font-size-lg;
font-size: @font-size-lg;
font-weight: 500;
border-left: 2px solid @primary-color;
}
}
\ No newline at end of file
......@@ -53,6 +53,7 @@ const RegisterInfo: React.FC<IProps> = (props: IProps) => {
return (
<Spin spinning={loading}>
<div className={styles['register-info']}>
{registerInfo?.registerDetails.map((item) => (
<CustomizeColumn
key={item.groupName}
......@@ -75,6 +76,7 @@ const RegisterInfo: React.FC<IProps> = (props: IProps) => {
)}
/>
))}
</div>
</Spin>
);
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment