style: update src/style/sidebar.scss (#670)

This commit is contained in:
incredibleIdea
2023-07-28 12:20:15 +08:00
committed by GitHub
parent 620968dae3
commit cc4e08d82b

View File

@@ -54,7 +54,7 @@
top: 0; top: 0;
right: 0; right: 0;
z-index: 998; z-index: 998;
width: calc(100% - 210px); width: calc(100% - #{$sideBarWidth});
/* fixed-header 属性左上角动画 */ /* fixed-header 属性左上角动画 */
transition: width var(--pure-transition-duration); transition: width var(--pure-transition-duration);