Commit d45398bb authored by wuhao's avatar wuhao 🎯

asder

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