fix: upgrader background issue in dark mode #99

This commit is contained in:
0xJacky 2023-04-15 10:34:45 +08:00
parent 80e00dfe9d
commit 4ea336653a
No known key found for this signature in database
GPG key ID: B6E4A6E4A561BAF0
2 changed files with 7 additions and 1 deletions

View file

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

View file

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