BUG 30788

This commit is contained in:
aixianling
2022-08-09 11:25:37 +08:00
parent 27bad639cd
commit 1682639335
2 changed files with 22 additions and 31 deletions

View File

@@ -207,10 +207,6 @@ export default {
</script>
<style scoped lang="scss">
uni-page-body {
height: 100%;
}
::v-deep .content {
padding: 0 !important;
}
@@ -248,13 +244,10 @@ uni-page-body {
}
}
.iconfont-iconMore {
// margin-top: 8px;
}
.AppServicePublic {
height: 100%;
.header-top {
display: flex;
background: #fff;

View File

@@ -14,13 +14,10 @@
</span>
</div>
</div>
<div class="header-middle">
<div class="contsnts">
<u-parse :html="data.content"></u-parse>
</div>
</div>
<!-- <div class="img-list" v-if="data.files && data.files.length && data.contentType != 1">
<div class="title">图片</div>
@@ -35,8 +32,6 @@
<script>
export default {
name: 'Detail',
components: {},
props: {},
data() {
return {
data: {},
@@ -45,8 +40,6 @@ export default {
selectList: []
}
},
computed: {},
watch: {},
onLoad(o) {
this.id = o.id
this.listName = o.listName
@@ -55,8 +48,6 @@ export default {
onShow() {
document.title = this.listName
},
mounted() {},
methods: {
previewImage(images, img) {
uni.previewImage({
@@ -86,15 +77,14 @@ export default {
</script>
<style scoped lang="scss">
uni-page-body {
height: 100%;
}
.Detail {
height: 100%;
padding: 0 32px;
background: #fff;
.header-top {
padding: 40px 0 32px 0;
.titles {
font-size: 48px;
font-weight: 600;
@@ -110,6 +100,7 @@ uni-page-body {
margin-top: 16px;
font-size: 30px;
color: #999999;
.to-left {
margin-left: 32px;
}
@@ -118,11 +109,15 @@ uni-page-body {
.header-middle {
padding: 64px 0 48px 0;
background: inherit;
.contsnts {
font-size: 36px;
line-height: 1.5;
word-break: break-all;
background: inherit;
}
img {
margin-top: 30px;
width: 686px;
@@ -136,6 +131,7 @@ uni-page-body {
height: 204px;
margin: 0 8px 8px 0;
}
.title {
width: 100%;
line-height: 112px;
@@ -181,12 +177,14 @@ uni-page-body {
.right {
font-size: 28px;
color: #999;
img {
width: 32px;
height: 32px;
vertical-align: middle;
margin-right: 8px;
}
.font {
color: #4181ff;
}