Commit e1029d5fc53af46834df44eaa4ef5155074146cc

Authored by ww
1 parent e65ddcb7

fix: DEFECT-868 smsLog && emailLog bg not is dark in dark mode

1 <template> 1 <template>
2 - <div :class="`${prefixCls}-bottom`"> 2 + <div :class="[`${prefixCls}-bottom`, '!dark:bg-dark-900']">
3 <Tabs> 3 <Tabs>
4 <template v-for="item in achieveList" :key="item.key"> 4 <template v-for="item in achieveList" :key="item.key">
5 <TabPane :tab="item.name"> 5 <TabPane :tab="item.name">
@@ -37,7 +37,7 @@ @@ -37,7 +37,7 @@
37 &-bottom { 37 &-bottom {
38 padding: 10px; 38 padding: 10px;
39 margin: 16px; 39 margin: 16px;
40 - background-color: @component-background; 40 + // background-color: @component-background;
41 border-radius: 3px; 41 border-radius: 3px;
42 } 42 }
43 } 43 }