Skip to content

Commit

Permalink
πŸ’„ style: datePicker and RangePicker init width set 100%
Browse files Browse the repository at this point in the history
  • Loading branch information
eternallycyf committed Nov 29, 2023
1 parent 84ca198 commit 69e1290
Showing 1 changed file with 9 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -229,15 +229,18 @@ const SimpleControl = React.forwardRef<any, ISimpleControlProps>((props, ref) =>
);
} else {
const fillStyle = [
'time',
'date',
'year',
'quarter',
'datetime',
'week',
'month',
'monthRange',
'time',
'quarter',
'year',
'timeRange',
'dateRange',
'inputNumber',
'weekRange',
'monthRange',
'quarterRange',
'yearRange',
].includes(type)
? {
width: '100%',
Expand Down

0 comments on commit 69e1290

Please sign in to comment.