Skip to content

Commit d1984a0

Browse files
authored
Merge pull request #562 from AnotiaWang/fix/batchupgrader-background
2 parents f6f66a3 + 7a4fb1d commit d1984a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/views/environment/BatchUpgrader.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ async function performUpgrade() {
242242
<style lang="less">
243243
.dark {
244244
.core-upgrade-log-container {
245-
background-color: rgba(0, 0, 0, 0.84);
245+
background-color: rgba(0, 0, 0, 0.84) !important;
246246
}
247247
}
248248
</style>

0 commit comments

Comments
 (0)