升级easyUI到1.9.4版本
This commit is contained in:
@@ -10,16 +10,16 @@
|
||||
}
|
||||
|
||||
#tablePanel .action-show {
|
||||
background: url('../js/easyui-1.3.5/themes/icons/list.png') no-repeat left center;
|
||||
background: url('../js/easyui/themes/icons/list.png') no-repeat left center;
|
||||
}
|
||||
|
||||
#tablePanel .action-edit {
|
||||
background: url('../js/easyui-1.3.5/themes/icons/pencil.png') no-repeat left center;
|
||||
background: url('../js/easyui/themes/icons/pencil.png') no-repeat left center;
|
||||
padding: 0 8px 0 20px;
|
||||
}
|
||||
|
||||
#tablePanel .action-delete {
|
||||
background: url('../js/easyui-1.3.5/themes/icons/edit_remove.png') no-repeat left center;
|
||||
background: url('../js/easyui/themes/icons/edit_remove.png') no-repeat left center;
|
||||
padding-left: 20px;
|
||||
}
|
||||
|
||||
|
||||
5
erp_web/css/financial.css
Normal file
5
erp_web/css/financial.css
Normal file
@@ -0,0 +1,5 @@
|
||||
#accountHeadDlg .radius-ui{
|
||||
height: 30px;
|
||||
border: 1px solid #95B8E7;
|
||||
border-radius:5px;
|
||||
}
|
||||
@@ -114,6 +114,10 @@
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
#depotHeadDlg .add-org-btn img, #depotHeadDlg .add-account-btn img{
|
||||
padding-top: 4px;
|
||||
}
|
||||
|
||||
#depotHeadDlg .other-money-list{
|
||||
float: left;
|
||||
width:122px;
|
||||
@@ -121,4 +125,10 @@
|
||||
|
||||
#depotHeadDlg .other-money-ico{
|
||||
padding-left: 5px;
|
||||
}
|
||||
|
||||
#depotHeadDlg .radius-ui{
|
||||
height: 30px;
|
||||
border: 1px solid #95B8E7;
|
||||
border-radius:5px;
|
||||
}
|
||||
Reference in New Issue
Block a user