mirror of
https://github.com/tenrok/vue2-datepicker.git
synced 2026-06-22 14:40:36 +03:00
fix: ie style compatible
This commit is contained in:
@@ -30,18 +30,18 @@ exports[`DatePicker prop: attrs of input 1`] = `
|
||||
<!---->
|
||||
|
||||
<div
|
||||
class="mx-datepicker-content-wrapper"
|
||||
class="mx-datepicker-content"
|
||||
>
|
||||
<!---->
|
||||
|
||||
<div
|
||||
class="mx-datepicker-content"
|
||||
class="mx-datepicker-body"
|
||||
>
|
||||
<div />
|
||||
</div>
|
||||
|
||||
<!---->
|
||||
</div>
|
||||
|
||||
<!---->
|
||||
</popup-stub>
|
||||
</div>
|
||||
`;
|
||||
@@ -76,18 +76,18 @@ exports[`DatePicker prop: clearable 1`] = `
|
||||
<!---->
|
||||
|
||||
<div
|
||||
class="mx-datepicker-content-wrapper"
|
||||
class="mx-datepicker-content"
|
||||
>
|
||||
<!---->
|
||||
|
||||
<div
|
||||
class="mx-datepicker-content"
|
||||
class="mx-datepicker-body"
|
||||
>
|
||||
<div />
|
||||
</div>
|
||||
|
||||
<!---->
|
||||
</div>
|
||||
|
||||
<!---->
|
||||
</popup-stub>
|
||||
</div>
|
||||
`;
|
||||
@@ -127,18 +127,18 @@ exports[`DatePicker prop: editable 1`] = `
|
||||
<!---->
|
||||
|
||||
<div
|
||||
class="mx-datepicker-content-wrapper"
|
||||
class="mx-datepicker-content"
|
||||
>
|
||||
<!---->
|
||||
|
||||
<div
|
||||
class="mx-datepicker-content"
|
||||
class="mx-datepicker-body"
|
||||
>
|
||||
<div />
|
||||
</div>
|
||||
|
||||
<!---->
|
||||
</div>
|
||||
|
||||
<!---->
|
||||
</popup-stub>
|
||||
</div>
|
||||
`;
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -24,11 +24,12 @@ exports[`TimeRange render: correct classes of the columns 1`] = `
|
||||
style="margin-right: -0px;"
|
||||
>
|
||||
<ul
|
||||
class="mx-time-list"
|
||||
data-index="0"
|
||||
data-type="hour"
|
||||
>
|
||||
<li
|
||||
class="cell"
|
||||
class="mx-time-item"
|
||||
data-index="0"
|
||||
>
|
||||
|
||||
@@ -36,7 +37,7 @@ exports[`TimeRange render: correct classes of the columns 1`] = `
|
||||
|
||||
</li>
|
||||
<li
|
||||
class="cell"
|
||||
class="mx-time-item"
|
||||
data-index="1"
|
||||
>
|
||||
|
||||
@@ -44,7 +45,7 @@ exports[`TimeRange render: correct classes of the columns 1`] = `
|
||||
|
||||
</li>
|
||||
<li
|
||||
class="cell"
|
||||
class="mx-time-item"
|
||||
data-index="2"
|
||||
>
|
||||
|
||||
@@ -52,7 +53,7 @@ exports[`TimeRange render: correct classes of the columns 1`] = `
|
||||
|
||||
</li>
|
||||
<li
|
||||
class="cell"
|
||||
class="mx-time-item"
|
||||
data-index="3"
|
||||
>
|
||||
|
||||
@@ -60,7 +61,7 @@ exports[`TimeRange render: correct classes of the columns 1`] = `
|
||||
|
||||
</li>
|
||||
<li
|
||||
class="cell active"
|
||||
class="mx-time-item active"
|
||||
data-index="4"
|
||||
>
|
||||
|
||||
@@ -68,7 +69,7 @@ exports[`TimeRange render: correct classes of the columns 1`] = `
|
||||
|
||||
</li>
|
||||
<li
|
||||
class="cell"
|
||||
class="mx-time-item"
|
||||
data-index="5"
|
||||
>
|
||||
|
||||
@@ -95,11 +96,12 @@ exports[`TimeRange render: correct classes of the columns 1`] = `
|
||||
style="margin-right: -0px;"
|
||||
>
|
||||
<ul
|
||||
class="mx-time-list"
|
||||
data-index="1"
|
||||
data-type="minute"
|
||||
>
|
||||
<li
|
||||
class="cell"
|
||||
class="mx-time-item"
|
||||
data-index="0"
|
||||
>
|
||||
|
||||
@@ -107,7 +109,7 @@ exports[`TimeRange render: correct classes of the columns 1`] = `
|
||||
|
||||
</li>
|
||||
<li
|
||||
class="cell active"
|
||||
class="mx-time-item active"
|
||||
data-index="1"
|
||||
>
|
||||
|
||||
@@ -134,11 +136,12 @@ exports[`TimeRange render: correct classes of the columns 1`] = `
|
||||
style="margin-right: -0px;"
|
||||
>
|
||||
<ul
|
||||
class="mx-time-list"
|
||||
data-index="2"
|
||||
data-type="ampm"
|
||||
>
|
||||
<li
|
||||
class="cell active"
|
||||
class="mx-time-item active"
|
||||
data-index="0"
|
||||
>
|
||||
|
||||
@@ -146,7 +149,7 @@ exports[`TimeRange render: correct classes of the columns 1`] = `
|
||||
|
||||
</li>
|
||||
<li
|
||||
class="cell"
|
||||
class="mx-time-item"
|
||||
data-index="1"
|
||||
>
|
||||
|
||||
@@ -187,11 +190,12 @@ exports[`TimeRange render: correct classes of the columns 1`] = `
|
||||
style="margin-right: -0px;"
|
||||
>
|
||||
<ul
|
||||
class="mx-time-list"
|
||||
data-index="0"
|
||||
data-type="hour"
|
||||
>
|
||||
<li
|
||||
class="cell"
|
||||
class="mx-time-item"
|
||||
data-index="0"
|
||||
>
|
||||
|
||||
@@ -199,7 +203,7 @@ exports[`TimeRange render: correct classes of the columns 1`] = `
|
||||
|
||||
</li>
|
||||
<li
|
||||
class="cell"
|
||||
class="mx-time-item"
|
||||
data-index="1"
|
||||
>
|
||||
|
||||
@@ -207,7 +211,7 @@ exports[`TimeRange render: correct classes of the columns 1`] = `
|
||||
|
||||
</li>
|
||||
<li
|
||||
class="cell"
|
||||
class="mx-time-item"
|
||||
data-index="2"
|
||||
>
|
||||
|
||||
@@ -215,7 +219,7 @@ exports[`TimeRange render: correct classes of the columns 1`] = `
|
||||
|
||||
</li>
|
||||
<li
|
||||
class="cell active"
|
||||
class="mx-time-item active"
|
||||
data-index="3"
|
||||
>
|
||||
|
||||
@@ -223,7 +227,7 @@ exports[`TimeRange render: correct classes of the columns 1`] = `
|
||||
|
||||
</li>
|
||||
<li
|
||||
class="cell"
|
||||
class="mx-time-item"
|
||||
data-index="4"
|
||||
>
|
||||
|
||||
@@ -231,7 +235,7 @@ exports[`TimeRange render: correct classes of the columns 1`] = `
|
||||
|
||||
</li>
|
||||
<li
|
||||
class="cell"
|
||||
class="mx-time-item"
|
||||
data-index="5"
|
||||
>
|
||||
|
||||
@@ -258,11 +262,12 @@ exports[`TimeRange render: correct classes of the columns 1`] = `
|
||||
style="margin-right: -0px;"
|
||||
>
|
||||
<ul
|
||||
class="mx-time-list"
|
||||
data-index="1"
|
||||
data-type="minute"
|
||||
>
|
||||
<li
|
||||
class="cell"
|
||||
class="mx-time-item"
|
||||
data-index="0"
|
||||
>
|
||||
|
||||
@@ -270,7 +275,7 @@ exports[`TimeRange render: correct classes of the columns 1`] = `
|
||||
|
||||
</li>
|
||||
<li
|
||||
class="cell active"
|
||||
class="mx-time-item active"
|
||||
data-index="1"
|
||||
>
|
||||
|
||||
@@ -297,11 +302,12 @@ exports[`TimeRange render: correct classes of the columns 1`] = `
|
||||
style="margin-right: -0px;"
|
||||
>
|
||||
<ul
|
||||
class="mx-time-list"
|
||||
data-index="2"
|
||||
data-type="ampm"
|
||||
>
|
||||
<li
|
||||
class="cell disabled"
|
||||
class="mx-time-item disabled"
|
||||
data-index="0"
|
||||
>
|
||||
|
||||
@@ -309,7 +315,7 @@ exports[`TimeRange render: correct classes of the columns 1`] = `
|
||||
|
||||
</li>
|
||||
<li
|
||||
class="cell active"
|
||||
class="mx-time-item active"
|
||||
data-index="1"
|
||||
>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user