@@ -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;
}
@@ -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;