在单据界面 增加新增账户的按钮

This commit is contained in:
季圣华
2019-08-24 00:17:26 +08:00
parent d82cd28ef1
commit d106312334
3 changed files with 29 additions and 4 deletions

View File

@@ -100,8 +100,22 @@
width:135px;
}
#depotHeadDlg .add-org-btn{
#depotHeadDlg .account-list{
float: left;
width:30px;
width:112px;
}
#depotHeadDlg .add-org-btn, #depotHeadDlg .add-account-btn{
float: left;
width:20px;
padding: 2px;
}
#depotHeadDlg .other-money-list{
float: left;
width:122px;
}
#depotHeadDlg .other-money-ico{
padding-left: 5px;
}