Commit 8d6cdc7d authored by 武广's avatar 武广

fix: 修改规格样式

parent 13b6938a
......@@ -1045,12 +1045,13 @@ class goodsManage extends Component {
{firstKeys.length > 0 ? (
<MinusCircleOutlined
className="dynamic-delete-button"
style={{ marginBottom: 0 }}
onClick={() => this.remove('firstKeys', k)}
/>
) : null}
</FormItem>
))}
<FormItem>
<FormItem className={styles.delMargin}>
<Button
type="dashed"
disabled={isJDGoods}
......@@ -1113,7 +1114,7 @@ class goodsManage extends Component {
) : null}
</FormItem>
))}
<FormItem>
<FormItem className={styles.delMargin}>
<Button
type="dashed"
onClick={() => this.add('secondKeys')}
......
......@@ -126,3 +126,6 @@
.attrboxMore {
max-height: max-content;
}
.delMargin {
margin-bottom: 0 !important;
}
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