File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
cascader/__tests__/__snapshots__
date-picker/__tests__/__snapshots__
slider/__tests__/__snapshots__ Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ exports[`Cascader can be selected 3`] = `
69
69
exports [` Cascader popup correctly when panel is open 1` ] = `
70
70
<div >
71
71
<!---->
72
- <div class = " ant-cascader-menus" style = " opacity: 0; pointer-events: none;" >
72
+ <div class = " ant-cascader-menus" style = " pointer-events: none;" >
73
73
<div >
74
74
<ul class = " ant-cascader-menu" >
75
75
<li class = " ant-cascader-menu-item ant-cascader-menu-item-expand" title = " Zhejiang" role = " menuitem" >Zhejiang<span class = " ant-cascader-menu-item-expand-icon" ><span role = " img" aria-label = " right" class = " anticon anticon-right" ><svg focusable = " false" class = " " data-icon = " right" width = " 1em" height = " 1em" fill = " currentColor" aria-hidden = " true" viewBox = " 64 64 896 896" ><path d = " M765.7 486.8L314.9 134.7A7.97 7.97 0 00302 141v77.3c0 4.9 2.3 9.6 6.1 12.6l360 281.1-360 281.1c-3.9 3-6.1 7.7-6.1 12.6V883c0 6.7 7.7 10.4 12.9 6.3l450.8-352.1a31.96 31.96 0 000-50.4z" ></path ></svg ></span ></span >
@@ -87,7 +87,7 @@ exports[`Cascader popup correctly when panel is open 1`] = `
87
87
exports [` Cascader popup correctly with defaultValue 1` ] = `
88
88
<div >
89
89
<!---->
90
- <div class = " ant-cascader-menus" style = " opacity: 0; pointer-events: none;" >
90
+ <div class = " ant-cascader-menus ant-slide-up-enter-from ant-slide-up-enter-active " style = " pointer-events: none; opacity: 0 ;" >
91
91
<div >
92
92
<ul class = " ant-cascader-menu" >
93
93
<li class = " ant-cascader-menu-item ant-cascader-menu-item-expand ant-cascader-menu-item-active" title = " Zhejiang" role = " menuitem" >Zhejiang<span class = " ant-cascader-menu-item-expand-icon" ><span role = " img" aria-label = " right" class = " anticon anticon-right" ><svg focusable = " false" class = " " data-icon = " right" width = " 1em" height = " 1em" fill = " currentColor" aria-hidden = " true" viewBox = " 64 64 896 896" ><path d = " M765.7 486.8L314.9 134.7A7.97 7.97 0 00302 141v77.3c0 4.9 2.3 9.6 6.1 12.6l360 281.1-360 281.1c-3.9 3-6.1 7.7-6.1 12.6V883c0 6.7 7.7 10.4 12.9 6.3l450.8-352.1a31.96 31.96 0 000-50.4z" ></path ></svg ></span ></span >
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ exports[`RangePicker show month panel according to value 1`] = `
15
15
<div data-v-app = " " >
16
16
<div >
17
17
<!---->
18
- <div class = " ant-picker-dropdown ant-picker-dropdown-range" style = " opacity: 0; pointer-events : none;" >
18
+ <div class = " ant-picker-dropdown ant-picker-dropdown-range" style = " pointer-events: none; display : none;" >
19
19
<div class = " ant-picker-range-wrapper ant-picker-date-range-wrapper" style = " min-width: 0px;" >
20
20
<div class = " ant-picker-range-arrow" style = " left: 0px;" ></div >
21
21
<div class = " ant-picker-panel-container" style = " margin-left: 0px;" >
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ exports[`MonthPicker and WeekPicker render MonthPicker 1`] = `
4
4
<div style = " position: absolute; top: 0px; left: 0px; width: 100%;" >
5
5
<div >
6
6
<!---->
7
- <div class = " ant-picker-dropdown" style = " opacity: 0; pointer-events : none;" >
7
+ <div class = " ant-picker-dropdown" style = " pointer-events: none; display : none;" >
8
8
<div class = " ant-picker-panel-container" >
9
9
<div tabindex = " -1" class = " ant-picker-panel ant-picker-panel-focused" >
10
10
<div class = " ant-picker-month-panel" >
@@ -77,7 +77,7 @@ exports[`MonthPicker and WeekPicker render WeekPicker 1`] = `
77
77
<div style = " position: absolute; top: 0px; left: 0px; width: 100%;" >
78
78
<div >
79
79
<!---->
80
- <div class = " ant-picker-dropdown" style = " opacity: 0; pointer-events: none;" >
80
+ <div class = " ant-picker-dropdown" style = " pointer-events: none;" >
81
81
<div class = " ant-picker-panel-container" >
82
82
<div tabindex = " -1" class = " ant-picker-panel ant-picker-panel-focused" >
83
83
<div class = " ant-picker-week-panel" >
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ exports[`Slider should show tooltip when hovering slider handler 1`] = `
16
16
<div style = " position: absolute; top: 0px; left: 0px; width: 100%;" >
17
17
<div >
18
18
<!---->
19
- <div class = " ant-tooltip ant-slider-tooltip" style = " opacity: 0; pointer-events: none;" >
19
+ <div class = " ant-tooltip ant-slider-tooltip" style = " pointer-events: none;" >
20
20
<div class = " ant-tooltip-content" >
21
21
<div class = " ant-tooltip-arrow" ><span class = " ant-tooltip-arrow-content" ></span ></div >
22
22
<div class = " ant-tooltip-inner" role = " tooltip" >30</div >
You can’t perform that action at this time.
0 commit comments