|
|
@ -11,7 +11,7 @@ |
|
|
<div class="single-subtitle d-flex justify-content-between border-bottom pb-2"> |
|
|
<div class="single-subtitle d-flex justify-content-between border-bottom pb-2"> |
|
|
<div class="text-muted">{{article.created_at}}</div> |
|
|
<div class="text-muted">{{article.created_at}}</div> |
|
|
</div> |
|
|
</div> |
|
|
<div class="edit-content py-4 text-light"> |
|
|
<div class="edit-content py-4"> |
|
|
<div v-html="article.body"></div> |
|
|
<div v-html="article.body"></div> |
|
|
</div> |
|
|
</div> |
|
|
<div class="row mt-3"> |
|
|
<div class="row mt-3"> |
|
|
@ -76,6 +76,9 @@ export default { |
|
|
</script> |
|
|
</script> |
|
|
|
|
|
|
|
|
<style lang="scss" scoped> |
|
|
<style lang="scss" scoped> |
|
|
|
|
|
.mt-4, .py-4, .my-4{ |
|
|
|
|
|
color: #000; |
|
|
|
|
|
} |
|
|
/deep/ { |
|
|
/deep/ { |
|
|
.el-breadcrumb__inner a, .el-breadcrumb__inner.is-link{ |
|
|
.el-breadcrumb__inner a, .el-breadcrumb__inner.is-link{ |
|
|
color: #606266; |
|
|
color: #606266; |
|
|
|