|
@@ -140,7 +140,7 @@ import env from "../../../utils/setting";
|
|
|
const path = router.currentRoute.value.fullPath;
|
|
|
const showOperatePane = path === "/medins/qryManage/siSettleDetailList";
|
|
|
const pageStyle = {
|
|
|
- height: window.innerHeight + "px",
|
|
|
+ height: window.innerHeight - 50 + "px",
|
|
|
overflowY: "scroll",
|
|
|
width: "856px",
|
|
|
textAlign: "center",
|