修复属性计算

pull/495/head
lyswhut 2021-04-23 10:57:47 +08:00
parent 3efd6867d8
commit 5b9adc8daa
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ export default {
background-color: @color-theme_2-background_2;
opacity: 0;
transform: scaleY(0) translateY(0);
transform-origin: 0 @selection-height / 2 0;
transform-origin: 0 (@selection-height / 2) 0;
transition: .25s ease;
transition-property: transform, opacity;
z-index: 10;