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

@ -1,9 +1,9 @@
.arco-modal {
.arco-modal-header {
.ant-modal {
.ant-modal-header {
border-bottom: 1px solid var(--Border-1, #d7d7d9);
height: 56px;
padding: 0 20px;
.arco-modal-title {
.ant-modal-title {
font-family: $font-family-medium;
color: #211f24;
font-size: 16px;
@ -13,11 +13,11 @@
}
}
.arco-modal-body {
.ant-modal-body {
padding: 24px 20px;
}
.arco-modal-footer {
.ant-modal-footer {
display: flex;
height: 64px;
padding: 0px 20px;