zcloud-gbs-bi-react/src/pages/Container/Share/index.less

16 lines
252 B
Plaintext

.white_share_office{
width: 100vw;
height: 100vh;
background-size: 100% 100%;
background-repeat: no-repeat;
.white_share_office_content{
width: 100%;
display: flex;
.left{
width: 500px;
margin-left: 20px;
}
}
}