mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-09 19:06:43 +08:00
修改
This commit is contained in:
@@ -290,7 +290,7 @@ export default {
|
||||
background: url('/images/article-banner.png');
|
||||
}
|
||||
.course-resources{
|
||||
width: 410px;
|
||||
|
||||
margin-top: 26px;
|
||||
img{
|
||||
width: 100%;
|
||||
|
||||
@@ -524,7 +524,6 @@ export default {
|
||||
background: url('/images/case-banner.png');
|
||||
}
|
||||
.course-resources{
|
||||
width: 410px;
|
||||
margin-top: 26px;
|
||||
img{
|
||||
width: 100%;
|
||||
|
||||
@@ -709,7 +709,6 @@ export default {
|
||||
|
||||
<style scoped lang="scss">
|
||||
.course-resources{
|
||||
width: 410px;
|
||||
margin-top: 26px;
|
||||
img{
|
||||
width: 100%;
|
||||
|
||||
@@ -841,7 +841,6 @@ export default {
|
||||
display: flex;
|
||||
}
|
||||
.course-resources{
|
||||
width: 410px;
|
||||
margin-top: 24px;
|
||||
|
||||
img{
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="content-inter">
|
||||
<interactBar v-if="detailData.id" :type="4" :comments="false" :data="detailData" :views="false"> </interactBar>
|
||||
<interactBar v-if="detailData.id" :type="4" :shares="false" :comments="false" :data="detailData" :answers="true" :clickAnswer="true" :views="false"> </interactBar>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@@ -887,7 +887,6 @@ export default {
|
||||
background: url('/images/qa-banner.png');
|
||||
}
|
||||
.course-resources{
|
||||
width: 410px;
|
||||
margin-top: 26px;
|
||||
img{
|
||||
width: 100%;
|
||||
|
||||
@@ -743,7 +743,7 @@ export default {
|
||||
background: url('/images/qa-banner.png');
|
||||
}
|
||||
.course-resources{
|
||||
width: 410px;
|
||||
// width: 410px;
|
||||
img{
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
|
||||
@@ -444,7 +444,6 @@ export default {
|
||||
background: #387DF7 !important;
|
||||
}
|
||||
.course-resources{
|
||||
width: 410px;
|
||||
margin-top: 26px;
|
||||
img{
|
||||
border-radius: 8px;
|
||||
|
||||
Reference in New Issue
Block a user