This commit is contained in:
lmj
2022-10-09 18:03:25 +08:00
parent 0a7e09b2e8
commit d13445cd0d
7 changed files with 3 additions and 8 deletions

View File

@@ -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%;

View File

@@ -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%;

View File

@@ -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%;

View File

@@ -841,7 +841,6 @@ export default {
display: flex; display: flex;
} }
.course-resources{ .course-resources{
width: 410px;
margin-top: 24px; margin-top: 24px;
img{ img{

View File

@@ -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%;

View File

@@ -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%;

View File

@@ -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;