fix: background color of BatchUpgrader in dark mode

This commit is contained in:
AnotiaWang 2024-09-17 10:15:20 +08:00
parent f6f66a3b24
commit 7a4fb1daf7

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>