♻️ 部分组件ZIndex抽离

This commit is contained in:
BTMuli
2025-12-21 18:40:50 +08:00
parent 8adedada19
commit c562424af9
9 changed files with 188 additions and 185 deletions

View File

@@ -113,7 +113,7 @@ defineExpose({ displayBox });
.loading-overlay {
position: fixed;
z-index: 100;
z-index: var(--tgi-loading);
top: 0;
left: 0;
display: flex;