Commit e1537ab5 by 刘泽奇

123

parent 95f2d487
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -269,7 +269,7 @@
.jdindentdetail-info>div:nth-child(3) {
float: left;
margin-top: 24px;
margin-top: 26px;
height: 100px;
box-sizing: border-box;
}
......@@ -532,7 +532,9 @@
.jdindentdetail-diag .el-drawer__open .el-drawer.rtl {
width: 66%;
}
.jdindentdetail-drawer{
overflow-y: auto;
}
.jdindentdetail-drawer .selftmreg_main .el-form-item {
margin-bottom: 20px !important;
}
......
......@@ -75,7 +75,7 @@
</div>
<div>
<p>
<img :src="deliveryInfo.colorizedPicUrl" alt="">
<img :src="deliveryInfo.colorizedPicUrl || deliveryInfo.picUrl" alt="">
</p>
<p>商标图样</p>
</div>
......@@ -432,7 +432,7 @@
style="overflow: auto;height: 100%;padding: 60px 20px 0px;box-sizing: border-box;">
<div v-for="(nclone,index) in nclOne"
style="text-align: left;padding-left:5px;padding-bottom:5px;">
<span style="font-size:16px"><b>{{nclone.code}}
<span style="font-size:16px"><b>第{{nclone.code}}类
{{nclone.name}}</b></span>
<span style="font-size:16px;float:right"><b>已选择<span
style="color:#0F8EE9;">{{nclone.nclThree.length}}</span></b>
......@@ -729,8 +729,8 @@
</el-input>
</el-form-item>
<div style="clear:both;"></div>
<el-form-item v-if="editApply.customerType==\'person\'" label-width="140px"
label="注册地址" style="width:493px;float:left;padding-right:50px;" prop="applyAddr">
<el-form-item v-if="editApply.customerType==\'person\'" label-width="140px" label="注册地址"
style="width:493px;float:left;padding-right:50px;" prop="applyAddr">
<el-input placeHolder="请输入注册地址" v-model="editApply.applyAddr">
</el-input>
</el-form-item>
......
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