mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-12 19:05:55 +02:00
fix: background color of BatchUpgrader
in dark mode (#554)
This commit is contained in:
parent
44c3180df7
commit
a14f16eeef
1 changed files with 5 additions and 3 deletions
|
@ -239,16 +239,18 @@ async function performUpgrade() {
|
||||||
</AModal>
|
</AModal>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<style scoped lang="less">
|
<style lang="less">
|
||||||
.dark {
|
.dark {
|
||||||
:deep(.core-upgrade-log-container) {
|
.core-upgrade-log-container {
|
||||||
background-color: rgba(0, 0, 0, 0.84);
|
background-color: rgba(0, 0, 0, 0.84);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
</style>
|
||||||
|
|
||||||
|
<style scoped lang="less">
|
||||||
:deep(.core-upgrade-log-container) {
|
:deep(.core-upgrade-log-container) {
|
||||||
height: 320px;
|
height: 320px;
|
||||||
overflow: scroll;
|
overflow-y: auto;
|
||||||
background-color: #f3f3f3;
|
background-color: #f3f3f3;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
margin-top: 15px;
|
margin-top: 15px;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue