Commit 48bcae95 by zhaochengxiang

bug fix

parent f94d2407
.model-import-action-header { .model-import-action-header {
.yy-form-item:nth-last-col {
margin-bottom: 24px;
}
.yy-form-item-has-error {
margin-bottom: 0px;
}
.yy-descriptions-row > th, .yy-descriptions-row > td { .yy-descriptions-row > th, .yy-descriptions-row > td {
padding-bottom: 15px; padding-bottom: 15px;
} }
......
...@@ -68,7 +68,7 @@ const FC = (props) => { ...@@ -68,7 +68,7 @@ const FC = (props) => {
}; };
return ( return (
<div className='model-import-action-header'> <div>
<div className='model-import-action-manage mb-3' style={{ <div className='model-import-action-manage mb-3' style={{
display: 'flex', display: 'flex',
alignItems: 'center', alignItems: 'center',
......
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