Update button.less
当页面上 button 太多时, transform: translate3d(0, 0, 0)会降低性能,所以删除
This commit is contained in:
parent
b6b0e9e7cc
commit
de997724fa
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@
|
|||
line-height: @line-height-base;
|
||||
user-select: none;
|
||||
.button-size(@btn-padding-base; @btn-font-size; @btn-border-radius);
|
||||
transform: translate3d(0, 0, 0);
|
||||
//transform: translate3d(0, 0, 0);
|
||||
//transition: all @transition-time linear;
|
||||
transition: color @transition-time linear, background-color @transition-time linear, border @transition-time linear;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue