feat: 动态调整 Toast 提示框的顶部偏移量,优化显示效果

This commit is contained in:
QLHazyCoder
2026-04-11 17:28:38 +08:00
parent 5fec876a9f
commit 1283b01a41
2 changed files with 9 additions and 1 deletions
+1 -1
View File
@@ -756,7 +756,7 @@ header {
#toast-container {
position: fixed;
top: 12px;
top: var(--toast-top-offset, 12px);
left: 12px;
right: 12px;
z-index: 1000;