56 lines
874 B
Plaintext
56 lines
874 B
Plaintext
.container {
|
|
background: var(--oak-bg-color-container);
|
|
box-shadow: 0 2px 3px #0000001a;
|
|
border-radius: 3px;
|
|
padding: 30px 32px;
|
|
.rightContent {
|
|
display: flex;
|
|
flex-direction: column;
|
|
|
|
.article {
|
|
display: flex;
|
|
flex-direction: row;
|
|
flex: 1;
|
|
|
|
.menu {
|
|
display: flex;
|
|
}
|
|
|
|
.editor {
|
|
display: flex;
|
|
flex: 1;
|
|
margin-left: 20px;
|
|
|
|
.rightContainer {
|
|
// width: 950px;
|
|
}
|
|
}
|
|
|
|
|
|
}
|
|
.pagination {
|
|
display: flex;
|
|
align-items: flex-end;
|
|
justify-content: center;
|
|
}
|
|
}
|
|
|
|
}
|
|
|
|
|
|
.space {
|
|
margin-bottom: 15px;
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.tree {
|
|
:global {
|
|
.ant-tree-title {
|
|
display: flex;
|
|
flex: 1;
|
|
}
|
|
}
|
|
}
|