|
@@ -42,7 +42,8 @@ export default {
|
|
|
},
|
|
|
methods: {
|
|
|
goTo(cid) {
|
|
|
- this.$router.push({ path: '/courseDetail', query: { courseid: cid }})
|
|
|
+ // eslint-disable-next-line object-curly-spacing
|
|
|
+ this.$router.push({ path: '/courseDetail', query: { courseid: cid } })
|
|
|
}
|
|
|
}
|
|
|
}
|
|
@@ -75,7 +76,7 @@ export default {
|
|
|
}
|
|
|
.cRight {
|
|
|
margin-left: 20px;
|
|
|
- > div{
|
|
|
+ > div {
|
|
|
margin: 0 0 5px 0;
|
|
|
}
|
|
|
> div:nth-child(1) {
|