部分字体适配暗黑模式

main
许宏杰 2 months ago
parent 60916de71e
commit 3251482c5e

@ -176,7 +176,7 @@ const activeStyle = (index) => {
.block-item { .block-item {
cursor: pointer; cursor: pointer;
padding: 10px; padding: 10px;
background: #ffffff; // background: #ffffff;
border: 1px solid #e6e6e6; border: 1px solid #e6e6e6;
box-shadow: 0px 5px 10px 0px #dadeeb; box-shadow: 0px 5px 10px 0px #dadeeb;
& > div { & > div {
@ -203,7 +203,7 @@ const activeStyle = (index) => {
align-items: center; align-items: center;
justify-content: space-between; justify-content: space-between;
font-size: 13px; font-size: 13px;
color: #333; color: #909399;
} }
} }
} }

Loading…
Cancel
Save