Browse Source

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

Jacky 10 months ago
parent
commit
d1984a06a3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/src/views/environment/BatchUpgrader.vue

+ 1 - 1
app/src/views/environment/BatchUpgrader.vue

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