Commit fd2fdaa6 authored by zhanglw's avatar zhanglw

调整

parent 958e66d4
......@@ -236,7 +236,7 @@
<img width="100%" :src="dialogImageUrl">
</el-dialog>
</div>
<div style="display: block;clear: both">{{ formData.partnerLogo }}</div>
<div style="display: none;clear: both">{{ formData.partnerLogo }}</div>
</el-form-item>
<el-form-item label="链接:" class="form-cell" prop="url">
<div class="cell-box">
......
......@@ -216,7 +216,7 @@
<img width="100%" :src="imgSrcStart+dialogImgUrl">
</el-dialog>
</div>
<div style="display: block;clear: both">{{ formData.partnerLogo }}</div>
<div style="display: none;clear: both">{{ formData.partnerLogo }}</div>
</el-form-item>
<el-form-item label="链接:" class="form-cell" prop="url">
<div class="cell-box">
......
......@@ -57,7 +57,7 @@
<img width="100%" :src="dialogImageUrl">
</el-dialog>
</div>
<div style="display: block;clear: both">{{ formData.picture }}</div>
<div style="display: none;clear: both">{{ formData.picture }}</div>
</el-form-item>
<el-form-item v-show="formData.type<4" label="来源:" class="form-cell" prop="source">
<div class="cell-box">
......
......@@ -36,7 +36,7 @@
<img width="100%" :src="imgSrcStart+dialogImgUrl">
</el-dialog>
</div>
<div style="display: block;clear: both">{{ formData.picture }}</div>
<div style="display: none;clear: both">{{ formData.picture }}</div>
</el-form-item>
<el-form-item v-show="formData.type<4" label="来源:" class="form-cell" prop="source">
<div class="cell-box">
......
......@@ -209,7 +209,7 @@
<img width="100%" :src="dialogImageUrl">
</el-dialog>
</div>
<div style="display: block;clear: both">{{ formData.productPic }}</div>
<div style="display: none;clear: both">{{ formData.productPic }}</div>
</el-form-item>
<el-form-item label="产品概述:" class="form-cell" prop="productDescribe">
<div class="cell-box">
......
......@@ -188,7 +188,7 @@
<img width="100%" :src="dialogImageUrl">
</el-dialog>
</div>
<div style="display: block;clear: both">{{ formData.productPic }}</div>
<div style="display: none;clear: both">{{ formData.productPic }}</div>
</el-form-item>
<el-form-item label="产品概述:" class="form-cell" prop="productDescribe">
<div class="cell-box">
......
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