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

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

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