feat: 更换radio,radiogroup

This commit is contained in:
rd
2025-09-03 16:42:05 +08:00
parent a29580ff1e
commit 1a6fad8bd5
20 changed files with 76 additions and 96 deletions

View File

@ -288,16 +288,16 @@ const search = () => {
</style>
<style lang="scss">
.user-pain-points-modal {
.arco-modal-header {
.ant-modal-header {
border-bottom: none;
height: 56px;
padding: 0 20px;
.arco-modal-title {
.ant-modal-title {
justify-content: flex-start;
}
}
.arco-modal-body {
.ant-modal-body {
padding: 12px 20px 0;
.cts {
color: var(--Text-2, #3c4043);
@ -313,7 +313,7 @@ const search = () => {
}
}
.arco-modal-footer {
.ant-modal-footer {
display: flex;
height: 64px;
padding: 0px 20px;