style(scss): 添加主出口包装器的z-index样式

- 在self.scss中添加#main-outlet-wrapper的z-index: 0样式
- 保持其他样式定义不变
This commit is contained in:
2026-02-21 09:59:21 +08:00
parent 48c4a39647
commit d87e9a30d5
+4
View File
@@ -44,6 +44,10 @@
background-color: unset !important;
}
#main-outlet-wrapper{
z-index: 0;
}
.regular.ember-view{
background-color: #ffffffa8 !important;
border-radius: var(--d-border-radius);