修改个人信息弹窗样式

master
fuxiaochun 2023-08-15 02:08:08 +08:00
parent b0268b83c3
commit f2710407ff
1 changed files with 3 additions and 1 deletions

View File

@ -206,7 +206,9 @@ const onCancel = ()=>{
}
}
.submitBtn{
height: 66px;
width: 100%;
height: 72px;
margin-top: 50px;
}
}
</style>