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

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