Commit e1029d5fc53af46834df44eaa4ef5155074146cc
1 parent
e65ddcb7
fix: DEFECT-868 smsLog && emailLog bg not is dark in dark mode
Showing
1 changed file
with
2 additions
and
2 deletions
| 1 | 1 | <template> |
| 2 | - <div :class="`${prefixCls}-bottom`"> | |
| 2 | + <div :class="[`${prefixCls}-bottom`, '!dark:bg-dark-900']"> | |
| 3 | 3 | <Tabs> |
| 4 | 4 | <template v-for="item in achieveList" :key="item.key"> |
| 5 | 5 | <TabPane :tab="item.name"> |
| ... | ... | @@ -37,7 +37,7 @@ |
| 37 | 37 | &-bottom { |
| 38 | 38 | padding: 10px; |
| 39 | 39 | margin: 16px; |
| 40 | - background-color: @component-background; | |
| 40 | + // background-color: @component-background; | |
| 41 | 41 | border-radius: 3px; |
| 42 | 42 | } |
| 43 | 43 | } | ... | ... |