generator-hcy-system
Version:
hcy system layout and pages
50 lines (42 loc) • 695 B
text/less
.page-container {
border: 1px solid #f0f0f0;
border-radius: 6px;
overflow: hidden;
}
.index-container {
width: 100px;
}
.left-tree-container {
background-color: white;
box-sizing: border-box;
padding: 0 0 20px;
// overflow-y: scroll;
}
.pro-form-container {
box-sizing: border-box;
padding: 20px;
}
.tree {
padding: 20px 0 0;
}
.right-layout {
width: 100%;
height: 100%;
padding: 20px;
// background-color: white;
}
.action-button {
width: 100%;
display: flex;
justify-content: flex-end;
}
.base-info {
width: 100%;
box-sizing: border-box;
padding: 0 0 20px;
font-size: 15px;
color: #7B8296;
}
.color-disable {
color: rgba(0, 0, 0, 25%);
}