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

fix: 修改规格样式

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