feature/2.9.42310.02-社保福利档案页面重构

This commit is contained in:
黎永顺 2023-11-07 16:57:47 +08:00
parent 4c7b3f9a6a
commit 675d583557
1 changed files with 14 additions and 0 deletions

View File

@ -165,6 +165,20 @@
.wea-form-cell-wrapper {
background: #FFF;
border: 1px solid #e5e5e5;
& > div:nth-child(1), & > div:nth-child(2) {
border-right: 1px solid #e5e5e5;
border-bottom: 1px solid #e5e5e5;
}
& > div:nth-child(3) {
border-bottom: 1px solid #e5e5e5;
}
& > div:nth-child(4), & > div:nth-child(5) {
border-right: 1px solid #e5e5e5;
}
}
}
}