Merge pull request #1577 from QingWei-Li/timepicker/remove-flex

TimeSelect: remove flexbox style, fixed #1335
pull/1581/head
baiyaaaaa 2016-12-06 18:24:30 +08:00 committed by GitHub
commit 8a245d6ba0
4 changed files with 5 additions and 6 deletions

View File

@ -15,7 +15,6 @@
@e content {
font-size: 0;
display: flex;
position: relative;
overflow: hidden;

View File

@ -9,14 +9,14 @@
position: relative;
text-align: center;
padding: 10px;
display: flex;
}
@e cell {
box-sizing: border-box;
margin: 0;
padding: 4px 7px 7px;
flex: 1;
width: 50%;
display: inline-block;
}
@e header {
@ -26,7 +26,6 @@
}
@e body {
display: flex;
border-radius:2px;
border: 1px solid var(--datepicker-border-color);
}

View File

@ -5,7 +5,8 @@
@e wrapper {
height: 190px;
overflow: hidden;
flex: 1;
display: inline-block;
width: calc(100% / 3);
vertical-align: top;
position: relative;
-ms-overflow-style: none;

View File

@ -3,8 +3,8 @@
@component-namespace el {
@b time-spinner {
display: flex;
width: 100%;
white-space: nowrap;
}
@b spinner {