mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-12 04:16:45 +08:00
Merge branch 'stat' of https://codeup.aliyun.com/6265f483e4166464dc2f9c14/boeu/portal into stat
This commit is contained in:
@@ -59,7 +59,7 @@
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div style="width: 90px;display: flex;justify-content: flex-end;">
|
<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>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -793,6 +793,11 @@
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
|
.publish-button{
|
||||||
|
// line-height: 30px;
|
||||||
|
padding-top: 7px;
|
||||||
|
margin-top: 22px;
|
||||||
|
}
|
||||||
.anzhu{
|
.anzhu{
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
color: #999;
|
color: #999;
|
||||||
|
|||||||
@@ -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%;
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<div id="case-list-content">
|
<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>
|
<portal-header current="case" textColor="#fff" :goSearch="2"></portal-header>
|
||||||
</div>
|
</div>
|
||||||
<div class="">
|
<div class="">
|
||||||
@@ -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