mirror of
https://github.com/tenrok/vue2-datepicker.git
synced 2026-06-20 15:00:35 +03:00
fix: ie compatibility
This commit is contained in:
@@ -15,7 +15,7 @@ exports[`TimePanel render: correct 12hours in the fixed time list 1`] = `
|
||||
>
|
||||
<div
|
||||
class="mx-scrollbar-wrap"
|
||||
style="overflow: hidden scroll; height: 100%; margin-right: -0px;"
|
||||
style="margin-right: -0px;"
|
||||
>
|
||||
<ul
|
||||
class="mx-time-list"
|
||||
@@ -200,7 +200,7 @@ exports[`TimePanel render: correct classes of the columns 1`] = `
|
||||
>
|
||||
<div
|
||||
class="mx-scrollbar-wrap"
|
||||
style="overflow: hidden scroll; height: 100%; margin-right: -0px;"
|
||||
style="margin-right: -0px;"
|
||||
>
|
||||
<ul
|
||||
data-index="0"
|
||||
@@ -415,7 +415,7 @@ exports[`TimePanel render: correct classes of the columns 1`] = `
|
||||
>
|
||||
<div
|
||||
class="mx-scrollbar-wrap"
|
||||
style="overflow: hidden scroll; height: 100%; margin-right: -0px;"
|
||||
style="margin-right: -0px;"
|
||||
>
|
||||
<ul
|
||||
data-index="1"
|
||||
@@ -918,7 +918,7 @@ exports[`TimePanel render: correct classes of the columns 1`] = `
|
||||
>
|
||||
<div
|
||||
class="mx-scrollbar-wrap"
|
||||
style="overflow: hidden scroll; height: 100%; margin-right: -0px;"
|
||||
style="margin-right: -0px;"
|
||||
>
|
||||
<ul
|
||||
data-index="2"
|
||||
@@ -1435,7 +1435,7 @@ exports[`TimePanel render: correct classes of the fixed time list 1`] = `
|
||||
>
|
||||
<div
|
||||
class="mx-scrollbar-wrap"
|
||||
style="overflow: hidden scroll; height: 100%; margin-right: -0px;"
|
||||
style="margin-right: -0px;"
|
||||
>
|
||||
<ul
|
||||
class="mx-time-list"
|
||||
@@ -1620,7 +1620,7 @@ exports[`TimePanel render: correct columns by format 1`] = `
|
||||
>
|
||||
<div
|
||||
class="mx-scrollbar-wrap"
|
||||
style="overflow: hidden scroll; height: 100%; margin-right: -0px;"
|
||||
style="margin-right: -0px;"
|
||||
>
|
||||
<ul
|
||||
data-index="0"
|
||||
@@ -1675,7 +1675,7 @@ exports[`TimePanel render: correct columns by format 1`] = `
|
||||
>
|
||||
<div
|
||||
class="mx-scrollbar-wrap"
|
||||
style="overflow: hidden scroll; height: 100%; margin-right: -0px;"
|
||||
style="margin-right: -0px;"
|
||||
>
|
||||
<ul
|
||||
data-index="1"
|
||||
@@ -1714,7 +1714,7 @@ exports[`TimePanel render: correct columns by format 1`] = `
|
||||
>
|
||||
<div
|
||||
class="mx-scrollbar-wrap"
|
||||
style="overflow: hidden scroll; height: 100%; margin-right: -0px;"
|
||||
style="margin-right: -0px;"
|
||||
>
|
||||
<ul
|
||||
data-index="2"
|
||||
|
||||
@@ -21,7 +21,7 @@ exports[`TimeRange render: correct classes of the columns 1`] = `
|
||||
>
|
||||
<div
|
||||
class="mx-scrollbar-wrap"
|
||||
style="overflow: hidden scroll; height: 100%; margin-right: -0px;"
|
||||
style="margin-right: -0px;"
|
||||
>
|
||||
<ul
|
||||
data-index="0"
|
||||
@@ -92,7 +92,7 @@ exports[`TimeRange render: correct classes of the columns 1`] = `
|
||||
>
|
||||
<div
|
||||
class="mx-scrollbar-wrap"
|
||||
style="overflow: hidden scroll; height: 100%; margin-right: -0px;"
|
||||
style="margin-right: -0px;"
|
||||
>
|
||||
<ul
|
||||
data-index="1"
|
||||
@@ -131,7 +131,7 @@ exports[`TimeRange render: correct classes of the columns 1`] = `
|
||||
>
|
||||
<div
|
||||
class="mx-scrollbar-wrap"
|
||||
style="overflow: hidden scroll; height: 100%; margin-right: -0px;"
|
||||
style="margin-right: -0px;"
|
||||
>
|
||||
<ul
|
||||
data-index="2"
|
||||
@@ -184,7 +184,7 @@ exports[`TimeRange render: correct classes of the columns 1`] = `
|
||||
>
|
||||
<div
|
||||
class="mx-scrollbar-wrap"
|
||||
style="overflow: hidden scroll; height: 100%; margin-right: -0px;"
|
||||
style="margin-right: -0px;"
|
||||
>
|
||||
<ul
|
||||
data-index="0"
|
||||
@@ -255,7 +255,7 @@ exports[`TimeRange render: correct classes of the columns 1`] = `
|
||||
>
|
||||
<div
|
||||
class="mx-scrollbar-wrap"
|
||||
style="overflow: hidden scroll; height: 100%; margin-right: -0px;"
|
||||
style="margin-right: -0px;"
|
||||
>
|
||||
<ul
|
||||
data-index="1"
|
||||
@@ -294,7 +294,7 @@ exports[`TimeRange render: correct classes of the columns 1`] = `
|
||||
>
|
||||
<div
|
||||
class="mx-scrollbar-wrap"
|
||||
style="overflow: hidden scroll; height: 100%; margin-right: -0px;"
|
||||
style="margin-right: -0px;"
|
||||
>
|
||||
<ul
|
||||
data-index="2"
|
||||
|
||||
Reference in New Issue
Block a user