fix(settings): Radio.Group 按钮模式,help 说明,移除多余底边距
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user