mirror of https://github.com/ElemeFE/element
TimePicker: strange css behavior, fix #4813
parent
d2ff0c2b74
commit
f2e8586f1a
|
@ -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 @@
|
||||||
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 {
|
||||||
|
|
Loading…
Reference in New Issue