|
@@ -62,6 +62,7 @@ $color-primary: #409eff;
|
|
|
border-bottom: none;
|
|
|
cursor: pointer;
|
|
|
transition: all .3s ease-in-out;
|
|
|
+ transform-origin: left bottom;
|
|
|
user-select: none;
|
|
|
|
|
|
&.actived {
|
|
@@ -198,7 +199,8 @@ $color-primary: #409eff;
|
|
|
font-size: 13px;
|
|
|
background: #fff;
|
|
|
box-shadow: 0 1px 6px 3px rgba(0,0,0,.2);
|
|
|
- transition: all .2s ease-in-out;
|
|
|
+ transition: all .3s ease-in-out;
|
|
|
+ transform-origin: left top;
|
|
|
|
|
|
.contextmenu-item {
|
|
|
display: block;
|