4 lines
110 B
SCSS
4 lines
110 B
SCSS
.taro_page {
|
|
// 禁止页面切换动画
|
|
transition: none !important; // 去除页面跳转动画
|
|
} |