Files
kunshan-bzfm-pda-uniapp/pages/materialManagement/inventory/index.css
Tom 1510688772 feat: 添加物料管理模块的库存查询、入库和出库功能
新增库存查询页面及API接口,实现分页查询功能
添加入库和出库操作页面及基础表单
引入分页组件,优化库存查询交互体验
更新路由配置,支持物料管理相关页面导航
2026-01-16 21:13:07 +08:00

48 lines
730 B
CSS

.common-box {
padding-bottom: 60px;
}
.input-border {
border: 1px solid #eeeeee;
}
.row-box {
display: flex;
}
span {
height: 100%;
display: flex;
align-items: center;
justify-content: flex-start;
}
.input-item {
height: 100%;
display: flex;
align-items: center;
justify-content: flex-start;
}
.uni-group {
margin-top: 0 !important;
padding: 0 !important;
}
.group-title-wrapper {
display: flex;
justify-content: space-between;
padding: 10px 15px;
background-color: #eeeeee;
}
.group-title {
font-size: 16px;
color: #666;
font-weight: 700;
}
.group-subtitle {
font-size: 14px;
color: #999;
margin-top: 2px;
}
.list {
font-size: 14px;
}
.list-title {
font-size: 14px;
color: #666;
}