style: 缩小积分操作弹窗内边距

This commit is contained in:
JSR
2026-07-18 09:50:02 +08:00
parent 07743ea524
commit 92731fd095
+1 -1
View File
@@ -4281,7 +4281,7 @@ export const Home: React.FC<HomeProps> = ({
styles={{
body: {
maxHeight: "calc(100vh - 140px)",
padding: "0 28px 34px",
padding: "0 20px 34px",
overflowY: "auto",
},
}}