mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-10 11:26:43 +08:00
提交修改
This commit is contained in:
@@ -904,7 +904,7 @@ export default {
|
||||
},
|
||||
getAllChecked(){ //获取全部选中的标签
|
||||
let list=[];
|
||||
|
||||
|
||||
this.ctypeList.forEach(item=>{
|
||||
if(item.checked){
|
||||
list.push(item);
|
||||
@@ -1185,7 +1185,7 @@ export default {
|
||||
}
|
||||
}
|
||||
.course-image-box:hover{
|
||||
transform: scale(1.3);
|
||||
transform: scale(1.3) translateY(-12px);
|
||||
transition: all 0.6s;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user