fix(settings): Radio.Group 按钮模式,help 说明,移除多余底边距

This commit is contained in:
2026-06-06 23:28:59 +08:00
parent c0384f9a07
commit 6c4d9affae
2 changed files with 15 additions and 3 deletions

View File

@@ -455,3 +455,8 @@ body {
.markdown-table tbody tr:hover td {
background: var(--ant-color-fill-quaternary);
}
/* 设置页表单:最后一项无底边距 */
.settings-form .ant-form-item:last-child {
margin-bottom: 0;
}