Merge pull request #562 from AnotiaWang/fix/batchupgrader-background

This commit is contained in:
Jacky 2024-09-17 10:39:39 +08:00 committed by GitHub
commit d1984a06a3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -242,7 +242,7 @@ async function performUpgrade() {
<style lang="less">
.dark {
.core-upgrade-log-container {
background-color: rgba(0, 0, 0, 0.84);
background-color: rgba(0, 0, 0, 0.84) !important;
}
}
</style>