Commit 749b4ccd by 刘泽奇

123

parent 2012d75f
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -532,11 +532,13 @@
.jdindentdetail-diag .el-drawer__open .el-drawer.rtl {
width: 66%;
}
.jdindentdetail-drawer{
.jdindentdetail-drawer {
overflow-y: auto;
padding-bottom: 100px;
padding-left: 10px;
}
.jdindentdetail-drawer .selftmreg_main .el-form-item {
margin-bottom: 20px !important;
}
......@@ -588,11 +590,32 @@
border-radius: 0;
}
.jdindentdetail-drawer .gsb_items>.el-form-item__content>div:nth-child(1){
.jdindentdetail-drawer .gsb_items>.el-form-item__content>div:nth-child(1) {
margin-left: 0;
}
.jdindentdetail-drawer .gsb_items>.el-form-item__content>.title{
.jdindentdetail-drawer .gsb_items>.el-form-item__content>.title {
line-height: 1;
min-height: 30px;
}
\ No newline at end of file
}
.jdindentdetail-drawer .gsb_items>.el-form-item__content>.text {
width: max-content;
padding-left: 51px;
line-height: 21px;
}
.jdindentdetail-drawer .editTips{
margin-top: 25px;
padding-left: 51px;
width: max-content;
text-align: left;
line-height: 21px;
font-size: 12px;
font-family: PingFangSC;
font-weight: 400;
color: rgba(136, 136, 136, 1);
position: relative;
}
.jdindentdetail-drawer .editTips>span{
color: #0f8ee9;
}
......@@ -788,6 +788,7 @@
重新上传</div>
</gsb-upload>
</div>
</div>
<div class="upload-img" @mouseover="mouseOverDemo(1)" @mouseleave="mouseLeaveDemo(1)">
<img
......@@ -796,7 +797,10 @@
@click="toViewImg(editApply.customerType == \'ent\' ? \'/imgs/sbzc/yyzzD1.png\' : \'imgs/sbzc/yyzzD.png\')">
查看大图</div>
</div>
<div class="editTips"> <i class="el-icon-warning"></i>
格式为<span>PDF</span>
<span>JPG</span>,大小不能超过<span>10M</span>
</div>
</el-form-item>
<el-form-item class="gsb_items" v-if="editApply.customerType==\'person\'" label="">
<div class="title special">上传材料:身份证明</div>
......@@ -833,7 +837,7 @@
查看大图
</div>
</div>
<div class="text"> <i class="el-icon-warning"></i>
<div class="editTips"> <i class="el-icon-warning"></i>
格式为<span>PDF</span>
<span>JPG</span>,大小不能超过<span>10M</span>
</div>
......
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