2022-05-13 18:06:15 +08:00
|
|
|
// office-wapper
|
|
|
|
|
.office-wapper {
|
|
|
|
|
height: 100%;
|
2022-09-06 10:08:08 +08:00
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
2022-05-13 18:06:15 +08:00
|
|
|
|
|
|
|
|
.rightmenu {
|
|
|
|
|
border-right: none;
|
|
|
|
|
box-shadow: 0 2px 8px rgb(0, 0, 0 /15%);
|
|
|
|
|
|
|
|
|
|
.ant-menu-item {
|
|
|
|
|
padding: 0 40px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.tree-node {
|
|
|
|
|
.ant-tree-node-content-wrapper {
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-09-06 10:08:08 +08:00
|
|
|
}
|