修改表单样式

master
zhengpengju 4 years ago
parent a253266a1d
commit 1a69710f76

@ -9,3 +9,11 @@
font-weight: 500;
font-size: 16px;
}
.examinationrules{
:global {
.ant-space-align-center{
display: block;
text-align: center;
}
}
}

@ -14,6 +14,7 @@ import ProCard from '@ant-design/pro-card';
import { Button, Checkbox, Col, Divider, List, message, Radio, Row, Space, Typography } from 'antd';
import { PageContainer } from '@ant-design/pro-layout';
import ProDescriptions from '@ant-design/pro-descriptions';
import styles from './index.less'
const waitTime = (time: number = 100) => {
return new Promise((resolve) => {
@ -31,7 +32,7 @@ export default () => {
return (
<PageContainer content={''} extraContent={''}>
<ProCard>
<ProCard className={styles.examinationrules}>
<StepsForm<{
name: string;
}>

Loading…
Cancel
Save