File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -236,14 +236,14 @@ exports[`Picker.Range use dateRender and monthCellRender in date range picker 1`
236236 </div >
237237 <div
238238 class = " rc-picker-active-bar"
239- style = " position: absolute; width: 100px ; left: 100px ;"
239+ style = " position: absolute; width: 0px ; left: 0px ;"
240240 />
241241 </div >
242242 </div >
243243 <div >
244244 <div
245245 class = " rc-picker-dropdown rc-picker-dropdown-range rc-picker-dropdown-placement-bottomLeft"
246- style = " --arrow-x: 0px; --arrow-y: 0px; left: -1000vw; top: -1000vh; box-sizing: border-box; min-width: 200px; "
246+ style = " --arrow-x: 0px; --arrow-y: 0px; left: -1000vw; top: -1000vh; box-sizing: border-box;"
247247 >
248248 <div
249249 class = " rc-picker-range-wrapper rc-picker-date-range-wrapper"
@@ -1293,14 +1293,14 @@ exports[`Picker.Range use dateRender and monthCellRender in month range picker 1
12931293 </div >
12941294 <div
12951295 class = " rc-picker-active-bar"
1296- style = " position: absolute; width: 100px ; left: 100px ;"
1296+ style = " position: absolute; width: 0px ; left: 0px ;"
12971297 />
12981298 </div >
12991299 </div >
13001300 <div >
13011301 <div
13021302 class = " rc-picker-dropdown rc-picker-dropdown-range rc-picker-dropdown-placement-bottomLeft"
1303- style = " --arrow-x: 0px; --arrow-y: 0px; left: -1000vw; top: -1000vh; box-sizing: border-box; min-width: 200px; "
1303+ style = " --arrow-x: 0px; --arrow-y: 0px; left: -1000vw; top: -1000vh; box-sizing: border-box;"
13041304 >
13051305 <div
13061306 class = " rc-picker-range-wrapper rc-picker-month-range-wrapper"
You can’t perform that action at this time.
0 commit comments