增加商品单价-自动查询提示

This commit is contained in:
季圣华
2017-06-05 00:29:12 +08:00
parent 59e7be2b84
commit 53ee7dfea8
3 changed files with 141 additions and 1 deletions

View File

@@ -22,4 +22,26 @@
#tablePanel .action-delete {
background: url('../js/easyui-1.3.5/themes/icons/edit_remove.png') no-repeat left center;
padding-left: 20px;
}
}
#depotHeadFM .price-list {
width:130px;
float:left;
position:absolute;
border:1px solid #95B8E7;
}
#depotHeadFM .price-list ul{
padding-left: 5px;
padding-top: 5px;
margin: 0px;
}
#depotHeadFM .price-list ul li{
list-style: none;
padding-bottom: 5px;
}