Commit 4b38295a authored by krysent's avatar krysent

d

parent ba6c342a
...@@ -43,7 +43,7 @@ export function str(data) { ...@@ -43,7 +43,7 @@ export function str(data) {
// </tr> // </tr>
// </table>`; // </table>`;
return ` <div style="display:flex; width:100% ;height:100%; flex-direction: column;justify-self: space-between; font-size:'宋体'"> return ` <div style="display:flex; width:100% ;height:100%; flex-direction: column;justify-self: space-between; font-family:'宋体'">
<div style="display:flex; flex-direction: row;flex:2;"> <div style="display:flex; flex-direction: row;flex:2;">
<div style="display:flex;flex-direction: column;flex:2"> <div style="display:flex;flex-direction: column;flex:2">
<div style="flex:1">卷料名称:${data?.materieName ?? "--"}</div> <div style="flex:1">卷料名称:${data?.materieName ?? "--"}</div>
......
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