给 选择按钮边框上色 自定义颜色
&:hover {
color: #5fb671 !important;
}
:deep(.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled)) {
z-index: 1;
color: #5fb671;
background: #fff;
border-color: #5fb671 !important;
}
:deep(.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled)::before) {
z-index: 1;
color: #5fb671;
background: #fff;
border-color: #5fb671 !important;
background-color: #5fb671 !important;
}