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