物料管理菜单对接
This commit is contained in:
@@ -136,6 +136,40 @@ aside {
|
||||
}
|
||||
}
|
||||
|
||||
// main-container全局样式 - 手写非系统生成
|
||||
.app-container-page{
|
||||
padding: 24px;
|
||||
|
||||
// 样式一:列表页查询条件
|
||||
.table-form-search{
|
||||
padding: 24px;
|
||||
background-color: #ffffff;
|
||||
margin-bottom: 24px;
|
||||
border-radius: 4px;
|
||||
|
||||
.el-form-item__label{
|
||||
color:rgba(0, 0, 0, .9);
|
||||
font-weight: 500;
|
||||
}
|
||||
.el-form-item{
|
||||
display: flex;
|
||||
}
|
||||
}
|
||||
|
||||
// 样式二:列表页table以及操作按钮样式
|
||||
.table-list{
|
||||
padding: 24px;
|
||||
background-color: #ffffff;
|
||||
border-radius: 4px;
|
||||
|
||||
.el-table--default{
|
||||
margin-top: 16px;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
.components-container {
|
||||
margin: 30px 50px;
|
||||
position: relative;
|
||||
|
||||
@@ -288,3 +288,10 @@
|
||||
.splitpanes.default-theme .splitpanes__pane {
|
||||
background-color: var(--splitpanes-default-bg) !important;
|
||||
}
|
||||
|
||||
|
||||
// 查询按钮样式
|
||||
.searchBtn{
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
}
|
||||
Reference in New Issue
Block a user