zcloud-gbs-bi-react/src/pages/Container/WhiteBranchOffice/components/CenterPanel/index.less

14 lines
239 B
Plaintext
Raw Normal View History

2026-01-13 15:40:08 +08:00
.white_branch_office_center_container{
flex: 1;
2026-01-13 16:06:24 +08:00
.block1 {
.container {
border-radius: 0 0 4px 4px;
border: 1px solid #fff;
border-top: none;
background-color: #E0EDFD;
padding: 16px 20px;
}
}
2026-01-13 15:40:08 +08:00
}