Skip to content

Commit

Permalink
fix: 修复暗黑模式下demo的背景颜色显示错误问题
Browse files Browse the repository at this point in the history
  • Loading branch information
duqingyu committed Nov 29, 2021
1 parent 9da5405 commit b0e2dcc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/devui-vue/docs/components/badge/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,10 @@

<style lang="scss">
@import '@devui-design/icons/icomoon/devui-icon.css';
@import '@devui/styles-var/devui-var.scss';

.devui-badge-item {
background: #f3f6f8;
background: $devui-default-bg;
margin-right:20px;
border-radius: 8px;
padding: 4px 10px;
Expand All @@ -162,7 +164,7 @@
}
.devui-badge-list {
width: 180px;
background: #f3f6f8;
background: $devui-default-bg;
font-size: 14px;
border-radius: 8px;
padding: 0;
Expand Down

0 comments on commit b0e2dcc

Please sign in to comment.