Commit 8cc322b5 authored by XieZhiXiong's avatar XieZhiXiong

chore: 添加容器宽度100%

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