mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 03:46:44 +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 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;
|
||||
|
||||
@@ -290,7 +290,7 @@ export default {
|
||||
background: url('/images/article-banner.png');
|
||||
}
|
||||
.course-resources{
|
||||
width: 410px;
|
||||
|
||||
margin-top: 26px;
|
||||
img{
|
||||
width: 100%;
|
||||
|
||||
@@ -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%;
|
||||
|
||||
@@ -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