Commit b994c53f by 刘泽奇

123

parent 749b4ccd
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -619,3 +619,17 @@
.jdindentdetail-drawer .editTips>span{
color: #0f8ee9;
}
.jdindentdetail-drawer .headerTips{
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: absolute;
top: -10px;
left: 80px;
}
\ No newline at end of file
......@@ -469,6 +469,10 @@
</div>
<div v-show="headerInfo==\'交官文件\'">
<div class="headerTips"> <i class="el-icon-warning"></i>
格式为<span>PDF</span>
<span>JPG</span>,大小不能超过<span>10M</span>
</div>
<!-- <h4 style="color:#535353"><i class="selftmreg_shuxian"></i>交官文件</h4> -->
<el-form label-position="left" ref="apply" :rules="applyrules" :model="editApply"
class="demo-ruleForm" label-width="120px">
......@@ -567,10 +571,7 @@
@click="toViewImg(\'/imgs/sbzc/sfzD.png\')">
查看大图</div>
</div>
<div class="text"> <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">
<div class="title special">上传材料:代理委托书
......@@ -670,7 +671,7 @@
class="demo-ruleForm" label-width="120px">
<div class="selftmreg_main">
<div style="clear:both;"></div>
<div style="width:100%;box-sizing: border-box;">
<div style="width:100%;box-sizing: border-box;margin-bottom: 5px;">
<!-- <h4 style="color:#535353"><i class="selftmreg_shuxian"></i>申请人信息</h4> -->
<el-form-item label-width="140px" label="申请人类型"
style="width:493px;float:left;padding-right:50px;" prop="customerType">
......@@ -788,7 +789,7 @@
重新上传</div>
</gsb-upload>
</div>
</div>
<div class="upload-img" @mouseover="mouseOverDemo(1)" @mouseleave="mouseLeaveDemo(1)">
<img
......
......@@ -235,11 +235,11 @@
width: 100%;
text-align: left;
padding: 10px 20px 20px;
position: absolute;
position: fixed;
bottom: 0;
left: 0;
box-sizing: border-box;
border-top: 1px solid #dee0eb;
background: #fff;
}
.dailogButton>button {
......
......@@ -214,8 +214,7 @@
</el-table>
<div class="jdindentlist-list-page">
<el-pagination @current-change="handleSizeChange()" :current-page.sync="currentPage"
:page-size="20" layout="prev, pager, next,jumper"
:total="countPage">
:page-size="20" layout="prev, pager, next,jumper" :total="countPage">
</el-pagination>
</div>
......@@ -223,7 +222,8 @@
</div>
<el-drawer title="上传材料" custom-class="jdindentdetail-drawer" size="58.3333%"
:visible.sync="showUploadStuff">
<div class="headerTips"> <i class="el-icon-warning"></i> 格式为<span>PDF</span>
<span>JPG</span>,大小不能超过<span>10M</span></div>
<div style="padding:20px 0;text-align: center">
<el-form label-position="left" ref="stuff" :model="stuff" class="demo-ruleForm" label-width="120px">
......@@ -308,13 +308,12 @@
<div v-if="toViewImgKey == 4" class="toViewImg"
@click="toViewImg(\'/imgs/sbzc/sfzD.png\')">查看大图</div>
</div>
<div class="text"> <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">
<div class="title special">上传材料:代理委托书
<a href="http://gsb-zc.oss-cn-beijing.aliyuncs.com/igirl_channel_tmwtsdemo001.doc"
style="color:#0F8EE9;font-size:13px;cursor:pointer;position: absolute;top: 70%;left: 51%;line-height: 0px;border-bottom: 1px solid #0F8EE9;height: 5px;">下载委托书模板</span>
style="color:#0F8EE9;font-size:13px;cursor:pointer;position: absolute;top: 90%;left: 38%;line-height: 0px;border-bottom: 1px solid #0F8EE9;height: 5px;width: max-content;">下载委托书模板</span>
</div>
<div class="upload-box" v-loading="loading2" @mouseover="mouseOverDemo(2,\'b\')"
@mouseleave="mouseLeaveDemo(2,\'b\')">
......@@ -504,10 +503,9 @@
</el-table-column>
</el-table>
<div class="jdindentlist-list-page">
<el-pagination @current-change="handleSizeChange()" :current-page.sync="currentPage"
:page-size="20" layout="prev, pager, next,jumper"
:total="countPage">
</el-pagination>
<el-pagination @current-change="handleSizeChange()" :current-page.sync="currentPage"
:page-size="20" layout="prev, pager, next,jumper" :total="countPage">
</el-pagination>
</div>
</div>
</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