Skip to content

Commit

Permalink
fix: background color of BatchUpgrader in dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
AnotiaWang committed Sep 16, 2024
1 parent 44c3180 commit 63b93e0
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions app/src/views/environment/BatchUpgrader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -239,16 +239,18 @@ async function performUpgrade() {
</AModal>
</template>

<style scoped lang="less">
<style lang="less">
.dark {
:deep(.core-upgrade-log-container) {
.core-upgrade-log-container {
background-color: rgba(0, 0, 0, 0.84);
}
}
</style>

<style scoped lang="less">
:deep(.core-upgrade-log-container) {
height: 320px;
overflow: scroll;
overflow-y: auto;
background-color: #f3f3f3;
border-radius: 4px;
margin-top: 15px;
Expand Down

0 comments on commit 63b93e0

Please sign in to comment.