Optimize organization detail page style

This commit is contained in:
lutinglt
2025-11-09 09:50:25 +08:00
parent f500f2aae3
commit 4fd01c50b0
4 changed files with 39 additions and 3 deletions

View File

@@ -83,3 +83,12 @@ export const label = css`
}
}
`;
// 修复组织设置界面的组织设置中多余的边框
export const fixOrgSetting = css`
.page-content.organization.settings {
.org-setting-content {
border: 0;
}
}
`;