公告板
版本库
filestore
活动
搜索
登录
main
/
wms-master
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
feat: complete rsf-design phase 1 integration
zhou zhou
3 天以前
40905cbd04c2e332cd4bc2b9e0c5b3e1da9cccfa
[wms-master.git]
/
rsf-design
/
src
/
assets
/
styles
/
core
/
theme-change.scss
1
2
3
4
5
6
7
8
9
10
11
// 主题切换过渡优化,优化除视觉上的不适感
.theme-change {
* {
transition: 0s !important;
}
.el-switch__core,
.el-switch__action {
transition: all 0.3s !important;
}
}