|
@@ -41,7 +41,7 @@ export default {
|
|
methods: {
|
|
methods: {
|
|
goTo(cid) {
|
|
goTo(cid) {
|
|
// eslint-disable-next-line prettier/prettier
|
|
// eslint-disable-next-line prettier/prettier
|
|
- this.$router.push({ path: '/courseDetail', query: { courseid: cid }})
|
|
|
|
|
|
+ this.$router.push({ path: '/courseDetail', query: { courseid: cid } })
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@@ -67,8 +67,13 @@ export default {
|
|
}
|
|
}
|
|
.cRight {
|
|
.cRight {
|
|
padding: 0 10px;
|
|
padding: 0 10px;
|
|
|
|
+ display: flex;
|
|
|
|
+ flex-direction: column;
|
|
|
|
+ flex-wrap: nowrap;
|
|
|
|
+ align-items: flex-start;
|
|
|
|
+ justify-content: center;
|
|
> div {
|
|
> div {
|
|
- margin: 5px 0;
|
|
|
|
|
|
+ margin: 4px 0;
|
|
font-size: 14px;
|
|
font-size: 14px;
|
|
}
|
|
}
|
|
> div:nth-child(1) {
|
|
> div:nth-child(1) {
|
|
@@ -79,6 +84,10 @@ export default {
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
text-overflow: ellipsis;
|
|
word-break: break-word;
|
|
word-break: break-word;
|
|
|
|
+ margin: 0 0 4px 0;
|
|
|
|
+ }
|
|
|
|
+ > div:last-child {
|
|
|
|
+ margin: 0;
|
|
}
|
|
}
|
|
.jdBox {
|
|
.jdBox {
|
|
display: flex;
|
|
display: flex;
|