mirror of
https://github.com/SECTL/SecScore.git
synced 2026-07-19 19:04:23 +08:00
修复积分操作弹窗顶部间距和小窗口滚动问题
This commit is contained in:
@@ -1934,6 +1934,13 @@ export const Home: React.FC<HomeProps> = ({ canEdit, isPortraitMode = false }) =
|
||||
okText={t("home.submitOperation")}
|
||||
cancelText={t("common.cancel")}
|
||||
width={560}
|
||||
centered
|
||||
styles={{
|
||||
body: {
|
||||
maxHeight: "calc(100vh - 220px)",
|
||||
overflowY: "auto",
|
||||
},
|
||||
}}
|
||||
destroyOnHidden
|
||||
>
|
||||
{operationPanelContent}
|
||||
|
||||
Reference in New Issue
Block a user