zhou zhou
17 小时以前 46d872c1a5b77aa8799de4a64888a0a24a1422d6
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;
  }
}