fix: problem of component style in night mode; 🐛

修复:夜晚模式下组件样式问题;
This commit is contained in:
iczer
2020-07-08 11:49:12 +08:00
parent 32577b038a
commit 719dba0bd9
24 changed files with 86 additions and 187 deletions

View File

@@ -66,6 +66,6 @@ export default {
z-index: 1;
border-radius: 4px;
box-shadow: -4px 4px 16px 1px #e6e6e6 !important;
box-shadow: -4px 4px 16px 1px @shadow-color !important;
}
</style>