代理修改
This commit is contained in:
@@ -172,4 +172,14 @@
|
||||
/* 确保 Sonner toast 始终在最上层 */
|
||||
[data-sonner-toaster] {
|
||||
z-index: 99999 !important;
|
||||
}
|
||||
|
||||
/* 进度条 indeterminate 动画(无 Content-Length 时使用) */
|
||||
@keyframes indeterminate {
|
||||
0% {
|
||||
left: -33%;
|
||||
}
|
||||
100% {
|
||||
left: 100%;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user