Commit cd98204a authored by 涂伟's avatar 涂伟
parents 541f459f a0652f3b
Pipeline #89154 passed with stages
...@@ -344,7 +344,7 @@ const QRCodeDesign = (props, ref) => { ...@@ -344,7 +344,7 @@ const QRCodeDesign = (props, ref) => {
} }
} }
zip.generateAsync({ type: 'blob' }).then((res) => { zip.generateAsync({ type: 'blob' }).then((res) => {
saveAs(res) saveAs(res, `${record.AccountName}.zip`)
setLoading(false) setLoading(false)
}) })
} }
......
...@@ -10,6 +10,7 @@ ...@@ -10,6 +10,7 @@
.ant-modal-close-x { .ant-modal-close-x {
width: 50px; width: 50px;
height: 50px; height: 50px;
line-height: 56px;
} }
.qrCodeCell { .qrCodeCell {
&:hover { &:hover {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment