TimePicker: strange css behavior, fix #4813

pull/4851/head
pengchongfu 2017-05-13 13:15:32 +08:00 committed by 杨奕
parent d2ff0c2b74
commit f2e8586f1a
1 changed files with 4 additions and 4 deletions

View File

@ -5,10 +5,6 @@
&.has-seconds {
.el-time-spinner__wrapper {
width: 33%;
.el-scrollbar__wrap:not(.el-scrollbar__wrap--hidden-default) {
padding-bottom: 15px;
}
}
.el-time-spinner__wrapper:nth-child(2) {
@ -23,6 +19,10 @@
width: 50%;
vertical-align: top;
position: relative;
& .el-scrollbar__wrap:not(.el-scrollbar__wrap--hidden-default) {
padding-bottom: 15px;
}
}
@e list {