Commit f2e8586f authored by pengchongfu's avatar pengchongfu Committed by 杨奕

TimePicker: strange css behavior, fix #4813

parent d2ff0c2b
...@@ -5,10 +5,6 @@ ...@@ -5,10 +5,6 @@
&.has-seconds { &.has-seconds {
.el-time-spinner__wrapper { .el-time-spinner__wrapper {
width: 33%; width: 33%;
.el-scrollbar__wrap:not(.el-scrollbar__wrap--hidden-default) {
padding-bottom: 15px;
}
} }
.el-time-spinner__wrapper:nth-child(2) { .el-time-spinner__wrapper:nth-child(2) {
...@@ -23,6 +19,10 @@ ...@@ -23,6 +19,10 @@
width: 50%; width: 50%;
vertical-align: top; vertical-align: top;
position: relative; position: relative;
& .el-scrollbar__wrap:not(.el-scrollbar__wrap--hidden-default) {
padding-bottom: 15px;
}
} }
@e list { @e list {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment