mirror of
https://github.com/SECTL/SecScore.git
synced 2026-07-19 21:14:21 +08:00
style: 缩小积分操作弹窗内边距
This commit is contained in:
@@ -4281,7 +4281,7 @@ export const Home: React.FC<HomeProps> = ({
|
|||||||
styles={{
|
styles={{
|
||||||
body: {
|
body: {
|
||||||
maxHeight: "calc(100vh - 140px)",
|
maxHeight: "calc(100vh - 140px)",
|
||||||
padding: "0 28px 34px",
|
padding: "0 20px 34px",
|
||||||
overflowY: "auto",
|
overflowY: "auto",
|
||||||
},
|
},
|
||||||
}}
|
}}
|
||||||
|
|||||||
Reference in New Issue
Block a user