This commit is contained in:
shijingjing
2022-04-27 09:36:34 +08:00
parent c340cdbe2f
commit 0451b009d6

View File

@@ -432,6 +432,7 @@ export default {
<style lang="scss"> <style lang="scss">
.add { .add {
padding-bottom: 120px; padding-bottom: 120px;
width: 100%;
::v-deep .u-radio { ::v-deep .u-radio {
&:last-child { &:last-child {
@@ -598,5 +599,9 @@ export default {
.border-b0{ .border-b0{
border-bottom: 0!important; border-bottom: 0!important;
} }
::v-deep .familyMember .item {
width: 100%;
}
} }
</style> </style>