Commit 8cc322b5 authored by XieZhiXiong's avatar XieZhiXiong

chore: 添加容器宽度100%

parent ebecd7ef
......@@ -39,7 +39,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