Skip to content

Commit e69b9b7

Browse files
committed
fix: ie style compatible
1 parent f9d21eb commit e69b9b7

File tree

7 files changed

+528
-522
lines changed

7 files changed

+528
-522
lines changed

__test__/__snapshots__/date-picker.test.js.snap

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -30,18 +30,18 @@ exports[`DatePicker prop: attrs of input 1`] = `
3030
<!---->
3131
3232
<div
33-
class="mx-datepicker-content-wrapper"
33+
class="mx-datepicker-content"
3434
>
3535
<!---->
3636
3737
<div
38-
class="mx-datepicker-content"
38+
class="mx-datepicker-body"
3939
>
4040
<div />
4141
</div>
42+
43+
<!---->
4244
</div>
43-
44-
<!---->
4545
</popup-stub>
4646
</div>
4747
`;
@@ -76,18 +76,18 @@ exports[`DatePicker prop: clearable 1`] = `
7676
<!---->
7777
7878
<div
79-
class="mx-datepicker-content-wrapper"
79+
class="mx-datepicker-content"
8080
>
8181
<!---->
8282
8383
<div
84-
class="mx-datepicker-content"
84+
class="mx-datepicker-body"
8585
>
8686
<div />
8787
</div>
88+
89+
<!---->
8890
</div>
89-
90-
<!---->
9191
</popup-stub>
9292
</div>
9393
`;
@@ -127,18 +127,18 @@ exports[`DatePicker prop: editable 1`] = `
127127
<!---->
128128
129129
<div
130-
class="mx-datepicker-content-wrapper"
130+
class="mx-datepicker-content"
131131
>
132132
<!---->
133133
134134
<div
135-
class="mx-datepicker-content"
135+
class="mx-datepicker-body"
136136
>
137137
<div />
138138
</div>
139+
140+
<!---->
139141
</div>
140-
141-
<!---->
142142
</popup-stub>
143143
</div>
144144
`;

0 commit comments

Comments
 (0)