Merge branch 'feature/group_type' into dev

master
zhengyongxing 5 years ago
commit abfc54a0af

@ -24,10 +24,9 @@
min-width:100%;
}
body {
padding: 0px;
padding: 0px 0px 150px;
width: 960px;
margin: auto;
}
.tabcon1711 table{
width: 480px;
@ -292,7 +291,7 @@
</table>
</div>
</div>
<div class="search_list" style="position: fixed;justify-content:flex-end;width:960px;">
<div class="search_list" style="display: flex;justify-content:flex-end;width:960px;">
<div class="input-list" style="margin-left: 30px;float: right;">
<a class="sch-btn" href="javascript:;" id="createStatement" style="width: 150px;">生成对账单</a>
</div>

@ -27,7 +27,7 @@
}
body {
padding: 0px;
padding: 0px 0px 150px;
width: 960px;
margin: auto;
@ -299,7 +299,7 @@
</table>
</div>
</div>
<div class="search_list" style="position: fixed;justify-content:flex-end;width:960px;">
<div class="search_list" style="display:flex;justify-content:flex-end;width:960px;">
<div class="input-list" style="margin-left: 30px;float: right;">
<a class="sch-btn" href="javascript:;" id="createStatement" style="width: 150px;">确认修改</a>
</div>

@ -51,7 +51,7 @@
</div>
<div class="input-list input-list-promote search_label_rehab" style="width: 50%">
银行账号:
<input type="text" readonly id="bank_card" name="bank_card" class="" value="" placeholder="银行账号" style="width: 50%"/>
<input type="text" id="bank_card" name="bank_card" class="" value="" placeholder="银行账号" style="width: 50%"/>
</div>
<div class="input-list input-list-promote search_label_rehab" style="width: 50%">
@ -85,7 +85,7 @@
<div class="input-list input-list-promote search_label_rehab" style="width: 50%">
联 系 人:&nbsp;&nbsp;&nbsp;
<input readonly type="text" id="real_name" name="real_name" class="" value="" placeholder="联系人" style="width: 50%"/>
<input type="text" id="real_name" name="real_name" class="" value="" placeholder="联系人" style="width: 50%"/>
</div>
<div class="input-list input-list-promote search_label_rehab" style="width: 50%">
开票项目:

Loading…
Cancel
Save