This commit is contained in:
花有清香月有阴
2021-12-22 17:49:36 +08:00
parent f7a214c4ef
commit 2494123b6d
2 changed files with 6 additions and 5 deletions

View File

@@ -290,7 +290,7 @@ export default {
trigger: 'axis', trigger: 'axis',
}, },
grid: { grid: {
top: '9%', top: '12%',
left: '6%', left: '6%',
right: '8%', right: '8%',
bottom: '6%', bottom: '6%',
@@ -386,7 +386,7 @@ export default {
trigger: 'axis', trigger: 'axis',
}, },
grid: { grid: {
top: '9%', top: '12%',
left: '6%', left: '6%',
right: '8%', right: '8%',
bottom: '6%', bottom: '6%',
@@ -605,6 +605,7 @@ uni-page-body {
.echartes { .echartes {
margin-top: 64px; margin-top: 64px;
padding-top: 20px;
height: 616px; height: 616px;
background: #fff; background: #fff;
box-sizing: border-box; box-sizing: border-box;

View File

@@ -28,7 +28,7 @@
<div class="hint-con" v-if="data.description">{{ data.description }}</div> <div class="hint-con" v-if="data.description">{{ data.description }}</div>
<div class="imgs"> <div class="imgs">
<img :src="item.url" alt="" v-for="(item, index) in data.images" :key="index"/> <img :src="item.url" alt="" v-for="(item, index) in data.images" :key="index" />
</div> </div>
</div> </div>
@@ -54,8 +54,7 @@ export default {
this.getDetail() this.getDetail()
}) })
}, },
mounted() { mounted() {},
},
methods: { methods: {
getDetail() { getDetail() {
this.$http.post(`/app/appvisitvondolence/queryDetailById?id=${this.params.id}`).then((res) => { this.$http.post(`/app/appvisitvondolence/queryDetailById?id=${this.params.id}`).then((res) => {
@@ -74,6 +73,7 @@ export default {
<style lang="scss" scoped> <style lang="scss" scoped>
.detail { .detail {
height: 100%; height: 100%;
background: #fff;
.header-top { .header-top {
background: #3975c6; background: #3975c6;