We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1e25d0 commit f0fa5a4Copy full SHA for f0fa5a4
src/RangePicker.tsx
@@ -853,7 +853,10 @@ function InnerRangePicker<DateType>(props: RangePickerProps<DateType>) {
853
854
const rangePanel = (
855
<div
856
- className={`${prefixCls}-range-wrapper`}
+ className={classNames(
857
+ `${prefixCls}-range-wrapper`,
858
+ `${prefixCls}-${picker}-range-wrapper`,
859
+ )}
860
style={{ minWidth: popupMinWidth }}
861
>
862
<div className={`${prefixCls}-range-arrow`} style={{ left: arrowLeft }} />
0 commit comments