mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 18:35:51 +02:00
fix: upgrader background issue in dark mode #99
This commit is contained in:
parent
80e00dfe9d
commit
4ea336653a
2 changed files with 7 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue