fix: toast covered by modal (#1137)

This commit is contained in:
Vidocq 2021-12-28 01:04:33 +08:00 committed by qier222
parent 3e19f88a4e
commit 14b20af89e
No known key found for this signature in database
GPG key ID: 9C85007ED905F14D

View file

@ -30,7 +30,7 @@ export default {
border-radius: 8px; border-radius: 8px;
box-sizing: border-box; box-sizing: border-box;
padding: 6px 12px; padding: 6px 12px;
z-index: 100; z-index: 1010;
} }
[data-theme='dark'] { [data-theme='dark'] {