修复属性计算
parent
3efd6867d8
commit
5b9adc8daa
|
@ -155,7 +155,7 @@ export default {
|
||||||
background-color: @color-theme_2-background_2;
|
background-color: @color-theme_2-background_2;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
transform: scaleY(0) translateY(0);
|
transform: scaleY(0) translateY(0);
|
||||||
transform-origin: 0 @selection-height / 2 0;
|
transform-origin: 0 (@selection-height / 2) 0;
|
||||||
transition: .25s ease;
|
transition: .25s ease;
|
||||||
transition-property: transform, opacity;
|
transition-property: transform, opacity;
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
|
|
Loading…
Reference in New Issue