diff --git a/frontend/src/pages/social-insurance/AccountCard.tsx b/frontend/src/pages/social-insurance/AccountCard.tsx
index 485889d..5554457 100644
--- a/frontend/src/pages/social-insurance/AccountCard.tsx
+++ b/frontend/src/pages/social-insurance/AccountCard.tsx
@@ -330,12 +330,35 @@ export function AccountCard({
))}
)}
-
-
账户类型{config.accountType === 'SUPPLEMENTARY' ? '补充公积金' : '基本公积金'}
-
公积金基数下限¥{fmt(config.housingBaseMin > 0 ? config.housingBaseMin : config.baseMin)}
-
公积金基数上限¥{fmt(config.housingBaseMax > 0 ? config.housingBaseMax : config.baseMax)}
-
公积金(企业){config.housingOrg}%
-
公积金(个人){config.housingEmp}%
+
+ {/* 缴费基数范围 */}
+
+
缴费基数范围
+
+
+ 账户类型
+ {config.accountType === 'SUPPLEMENTARY' ? '补充公积金' : '基本公积金'}
+
+
+ 下限
+ ¥{fmt(config.housingBaseMin > 0 ? config.housingBaseMin : config.baseMin)}
+
+
+ 上限
+ ¥{fmt(config.housingBaseMax > 0 ? config.housingBaseMax : config.baseMax)}
+
+
+
+ {/* 缴存比例(企业 / 个人) */}
+
+
缴存比例(企业 / 个人)
+
+
+ 公积金
+ {config.housingOrg}% / {config.housingEmp}%
+
+
+
>
) : (