ソースを参照

fix: upgrader background issue in dark mode #99

0xJacky 2 年 前
コミット
4ea336653a

+ 1 - 1
frontend/src/components/FooterToolbar/FooterToolBar.vue

@@ -28,7 +28,7 @@ export default {
 <style lang="less" scoped>
 .dark {
     .ant-pro-footer-toolbar {
-        background: rgba(24, 24, 24, 0.62);
+        background: rgba(24, 24, 24, 1);
         border-top: unset;
     }
 }

+ 6 - 0
frontend/src/views/system/Upgrade.vue

@@ -177,6 +177,12 @@ async function perform_upgrade() {
 </template>
 
 <style lang="less">
+.dark {
+    .core-upgrade-log-container {
+        background-color: rgba(0, 0, 0, 0.84);
+    }
+}
+
 .core-upgrade-log-container {
     height: 320px;
     overflow: scroll;