mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-13 04:46:44 +08:00
提交
This commit is contained in:
@@ -341,7 +341,7 @@ export default {
|
|||||||
// courseName: '',// 课程名称
|
// courseName: '',// 课程名称
|
||||||
openType: 9,// 1表不公开 9表完全公开
|
openType: 9,// 1表不公开 9表完全公开
|
||||||
};
|
};
|
||||||
}, 2000)
|
}, 1000)
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
} else {
|
} else {
|
||||||
@@ -425,7 +425,7 @@ export default {
|
|||||||
.animation {
|
.animation {
|
||||||
display: block !important;
|
display: block !important;
|
||||||
animation-name: ubAddBlock;
|
animation-name: ubAddBlock;
|
||||||
animation-duration: 2s;
|
animation-duration: 1s;
|
||||||
animation-fill-mode: forwards;
|
animation-fill-mode: forwards;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user