Commit 74c900c8 authored by chenqikuai's avatar chenqikuai

fix: 修改编辑存证页的存证名称下边距

parent 8b3cdf99
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
<li @click="reSendBlockChain(id)">重新上链</li> <li @click="reSendBlockChain(id)">重新上链</li>
</ul> </ul>
</div> </div>
<div class="px-4 bg-white mb-4"> <div class="px-4 bg-white mb">
<van-field v-model="name" label="填写存证名称" placeholder="请输入" v-if="!proofName" /> <van-field v-model="name" label="填写存证名称" placeholder="请输入" v-if="!proofName" />
</div> </div>
<template-detail :detailInformation="detail" class="detail" style="margin-bottom:70px;"></template-detail> <template-detail :detailInformation="detail" class="detail" style="margin-bottom:70px;"></template-detail>
...@@ -379,8 +379,8 @@ export default class Detail extends Vue { ...@@ -379,8 +379,8 @@ export default class Detail extends Vue {
.px-4{ .px-4{
padding: 0 16px; padding: 0 16px;
} }
.mb-4{ .mb{
margin-bottom: 16px; margin-bottom: 10px;
} }
.bg-white{ .bg-white{
background: white; background: white;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment