Files
shopxo/public/static/admin/default/css/warehousegoods.inventoryinfo.css
2021-02-28 15:31:18 +08:00

23 lines
368 B
CSS

/**
* 布局基础样式
*/
.form-inventory-container {
padding-bottom: 80px;
}
.form-inventory-submit {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
background: #fff;
height: 70px;
padding: 20px 10px;
border-top: 1px solid #eee;
}
/**
* 批量设置库存
*/
#inventory-dropdown .am-dropdown-content {
width: 200px;
}