trunk/pc4mobx/organization/components/office/index.less

23 lines
318 B
Plaintext
Raw Normal View History

2022-05-13 18:06:15 +08:00
// office-wapper
.office-wapper {
height: 100%;
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%;
}
}
}