fix: the error message for authkey timeout is not displayed

This commit is contained in:
mio
2023-05-03 13:26:51 +08:00
parent 677ab3750d
commit b88b57ae62
3 changed files with 23 additions and 14 deletions

View File

@ -13,4 +13,10 @@
body::-webkit-scrollbar-thumb {
@apply rounded-full bg-gray-300;
}
}
@layer utilities {
.cache-clean-dialog .el-dialog__body {
padding: 0 20px;
}
}