feat: 动态调整 Toast 提示框的顶部偏移量,优化显示效果
This commit is contained in:
@@ -756,7 +756,7 @@ header {
|
||||
|
||||
#toast-container {
|
||||
position: fixed;
|
||||
top: 12px;
|
||||
top: var(--toast-top-offset, 12px);
|
||||
left: 12px;
|
||||
right: 12px;
|
||||
z-index: 1000;
|
||||
|
||||
Reference in New Issue
Block a user