Commit 84f75ebf authored by XieZhiXiong's avatar XieZhiXiong

chore: 修改容器样式

parent e75fd288
......@@ -39,7 +39,7 @@ const FormilyRangeTime: React.FC<Iprops> = (props: Iprops) => {
};
return (
<div style={{ width: '100%' }}>
<div style={{ flex: 1 }}>
<RangeTime disabled={!editable} rangeTime={momentValue} onChange={onChange} {...componentProps} />
{
hasError && (
......
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