Commit 9cbb7d2e authored by 武广's avatar 武广

fix: 修改规格名称超长换行问题

parent 78ae2cb0
...@@ -75,6 +75,11 @@ ...@@ -75,6 +75,11 @@
.pictureWrapper { .pictureWrapper {
position: relative; position: relative;
:global {
.ant-form-item-label > label {
word-break: break-all;
}
}
} }
.pullImage { .pullImage {
position: absolute; position: absolute;
......
...@@ -118,7 +118,11 @@ const FormRuleVPictures = forwardRef((props, ref) => { ...@@ -118,7 +118,11 @@ const FormRuleVPictures = forwardRef((props, ref) => {
return ( return (
<Form <Form
form={form} form={form}
{...formItemLayout} labelCol={{ flex: '110px' }}
labelAlign="right"
labelWrap
wrapperCol={{ flex: 1 }}
colon
initialValues={{ initialValues={{
commonImageList: [], commonImageList: [],
cardImageList: [], cardImageList: [],
......
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