style: 移除设置页表单最后项无底边距的冗余样式

This commit is contained in:
2026-06-08 14:41:24 +08:00
parent d02abce58d
commit 034496e946

View File

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