From aacad12792074f9ec057cac2199f4fd9e89ab81d Mon Sep 17 00:00:00 2001 From: pengm <674192343@qq.com> Date: Wed, 7 Jan 2026 09:32:44 +0800 Subject: [PATCH] 1.扩大放大镜弹窗窗体宽度高度 --- src/components/Common/CommonListSelect/index.js | 4 ++-- src/components/Common/CommonTable/index.js | 2 +- src/mes/common/commonOperationBarComponent/MesToolbar.js | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/components/Common/CommonListSelect/index.js b/src/components/Common/CommonListSelect/index.js index c52e706..cf65e08 100644 --- a/src/components/Common/CommonListSelect/index.js +++ b/src/components/Common/CommonListSelect/index.js @@ -213,7 +213,7 @@ const CommonListComponent = Form.create({ ...commonBusiness.getTableTypes('slave', props), enabled: false, tableProps: { - rowKey: 'sSlaveId', pagination, onChange: props.onTitleChange, AutoTableHeight: 350, + rowKey: 'sSlaveId', pagination, onChange: props.onTitleChange, AutoTableHeight: 550, }, }; const name = 'filterTree'; @@ -276,7 +276,7 @@ const CommonListComponent = Form.create({ const bPadPop = props.sModelsId === "12710101117211852461310" || props.sModelsId === "12710101117218031681520"; - + if (bPadPop) { tableProps.fixedHeight = "325px"; } diff --git a/src/components/Common/CommonTable/index.js b/src/components/Common/CommonTable/index.js index 9b80a00..86fce11 100644 --- a/src/components/Common/CommonTable/index.js +++ b/src/components/Common/CommonTable/index.js @@ -11239,7 +11239,7 @@ class CommonTableRc extends React.Component { )} {commonPopupVisible ? ( { const asyncFunc = async () => { for (let i = 0; i < afterInterfaceArr.length; i++) { if (bProgressBar) { - xlyProcessPercent = 0; + let xlyProcessPercent = 0; clearInterval(xlyProcessTimer); message.loading({ content: , @@ -1088,4 +1088,4 @@ const handleScanFace = (props) => { } -export default ToolbarFun; \ No newline at end of file +export default ToolbarFun; -- libgit2 0.22.2