This commit is contained in:
daihh
2022-10-09 18:20:45 +08:00
8 changed files with 10 additions and 10 deletions

View File

@@ -59,7 +59,7 @@
</div>
<div style="width: 90px;display: flex;justify-content: flex-end;">
<el-button @click="submit()" style="height: 52px;" type="primary">发布</el-button>
<el-button class="publish-button" @click="submit()" style="height: 30px;" type="primary">发布</el-button>
</div>
</div>
</div>
@@ -793,6 +793,11 @@
</script>
<style lang="scss" scoped>
.publish-button{
// line-height: 30px;
padding-top: 7px;
margin-top: 22px;
}
.anzhu{
font-size: 14px;
color: #999;

View File

@@ -290,7 +290,7 @@ export default {
background: url('/images/article-banner.png');
}
.course-resources{
width: 410px;
margin-top: 26px;
img{
width: 100%;

View File

@@ -1,6 +1,6 @@
<template>
<div id="case-list-content">
<div class="case-banner">
<div style="margin-bottom:30px" class="case-banner">
<portal-header current="case" textColor="#fff" :goSearch="2"></portal-header>
</div>
<div class="">
@@ -524,7 +524,6 @@ export default {
background: url('/images/case-banner.png');
}
.course-resources{
width: 410px;
margin-top: 26px;
img{
width: 100%;

View File

@@ -709,7 +709,6 @@ export default {
<style scoped lang="scss">
.course-resources{
width: 410px;
margin-top: 26px;
img{
width: 100%;

View File

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

View File

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

View File

@@ -743,7 +743,7 @@ export default {
background: url('/images/qa-banner.png');
}
.course-resources{
width: 410px;
// width: 410px;
img{
width: 100%;
height: 100%;

View File

@@ -444,7 +444,6 @@ export default {
background: #387DF7 !important;
}
.course-resources{
width: 410px;
margin-top: 26px;
img{
border-radius: 8px;