提交 840332ab 编写于 作者: V vben

fix: form col style

上级 2407b336
......@@ -22,7 +22,7 @@
- 添加部分注释
- pwa 图标补充
- types 类型调整
- 升级`ant-design-vue``beta.11`,并修改带来的已知问题
- 升级`ant-design-vue``beta.11`,并修改带来的已知问题,部分问题发现后在解决
### 🐛 Bug Fixes
......
......@@ -36,8 +36,8 @@ export function useItemLabelWidth(schemaItemRef: Ref<FormSchema>, propsRef: Ref<
width = isNumber(width) ? `${width}px` : width;
}
return {
labelCol: { style: { width }, span: 1, ...labelCol },
wrapperCol: { style: { width: `calc(100% - ${width})` }, span: 23, ...wrapperCol },
labelCol: { style: { width }, ...labelCol },
wrapperCol: { style: { width: `calc(100% - ${width})` }, ...wrapperCol },
};
});
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册