Commit d45398bb authored by wuhao's avatar wuhao 🎯

asder

parent 56f0f7c5
...@@ -730,7 +730,6 @@ const one = { ...@@ -730,7 +730,6 @@ const one = {
key: "qrCodeUrl", key: "qrCodeUrl",
type: "img", type: "img",
width: 100, width: 100,
height: 100
}, },
], ],
}, },
......
...@@ -50,9 +50,9 @@ function PrintDom({ totalPath, val, totalParams, totalCard }, ref) { ...@@ -50,9 +50,9 @@ function PrintDom({ totalPath, val, totalParams, totalCard }, ref) {
<img <img
style={{ style={{
position: "absolute", position: "absolute",
right: 12, right: 36,
top: 12, top:36,
width: 86, width: 120,
height: "auto", height: "auto",
}} }}
src={data?.qrCodeUrl} src={data?.qrCodeUrl}
......
...@@ -694,7 +694,6 @@ const one = { ...@@ -694,7 +694,6 @@ const one = {
type: "img", type: "img",
noshow: true, noshow: true,
width: 100, width: 100,
height: 100
}, },
], ],
}, },
......
...@@ -50,9 +50,9 @@ function PrintDom({ totalPath, val, totalParams, totalCard }, ref) { ...@@ -50,9 +50,9 @@ function PrintDom({ totalPath, val, totalParams, totalCard }, ref) {
<img <img
style={{ style={{
position: "absolute", position: "absolute",
right: 12, right: 36,
top: 12, top:36,
width: 86, width: 120,
height: "auto", height: "auto",
}} }}
src={data?.qrCodeUrl} src={data?.qrCodeUrl}
......
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