Commit f30d26b5 authored by XieZhiXiong's avatar XieZhiXiong

chore: 添加容器宽度100%

parent ff6d41a7
......@@ -37,7 +37,7 @@ const FormilyRangeTime: React.FC<Iprops> = (props: Iprops) => {
}
return (
<div>
<div style={{ width: '100%' }}>
<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