fix: problem of component style in night mode; 🐛
修复:夜晚模式下组件样式问题;
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user