Browse Source

优化结算单样式

lighter 3 tháng trước cách đây
mục cha
commit
2450455253

+ 1 - 1
src/views/medical-insurance/allpatient/SiSettleDetailList.vue

@@ -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",