fix:修改 @mixin 名称

This commit is contained in:
奔跑的面条
2022-05-02 17:18:18 +08:00
parent b678e389df
commit 4e7e1e62b6
18 changed files with 26 additions and 31 deletions
@@ -101,7 +101,6 @@ const {
const emit = defineEmits(['delete', 'resize', 'edit'])
const props = defineProps({
// todo 定义列表ITEN的 type
cardData: Object as PropType<Chartype>
})
@@ -73,7 +73,7 @@ $siderHeight: 100vh;
@include go(project) {
&-sider {
@include filter-bg-color('aside-background-color');
@include fetch-bg-color('aside-background-color');
&-top {
display: flex;
align-items: center;