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

16 lines
252 B
Plaintext
Raw Normal View History

2026-01-13 16:52:23 +08:00
.white_share_office{
2026-01-13 09:29:24 +08:00
width: 100vw;
height: 100vh;
background-size: 100% 100%;
background-repeat: no-repeat;
2026-01-13 16:52:23 +08:00
.white_share_office_content{
width: 100%;
display: flex;
.left{
width: 500px;
margin-left: 20px;
}
}
2026-01-13 09:29:24 +08:00
}
2026-01-13 16:52:23 +08:00