mirror of https://github.com/ElemeFE/element
TimePicker: explicit declare box-sizing: content-box (#13347)
parent
d241282a81
commit
fb4ba161a1
|
@ -11,6 +11,7 @@
|
||||||
left: 0;
|
left: 0;
|
||||||
z-index: $--index-top;
|
z-index: $--index-top;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
|
box-sizing: content-box;
|
||||||
|
|
||||||
@include e(content) {
|
@include e(content) {
|
||||||
font-size: 0;
|
font-size: 0;
|
||||||
|
|
Loading…
Reference in New Issue