zhouwx
2024-08-21 48d5ab35c3fcdc6edca1278d1474a1b54a431191
src/views/hazardousChemicals/electronicWarehouse/components/viewQR.vue
@@ -12,10 +12,10 @@
      </div>
      <el-card style="max-width: 480px">
        <div :id="state.form.code">
          <div style="display: flex;flex-direction: column;align-items: center;font-size: 16px;">
            <span>{{title}}</span>
            <vue-qr :size="85" :margin="0" :auto-color="true" :dot-scale="1" :text="state.form.code" style="margin: 10px 0 10px 0"></vue-qr>
            <span>{{state.form.code}}</span>
          <div style="display: flex;flex-direction: column;align-items: center;">
            <span style="font-size:14px;margin-top:10px;">{{title}}</span>
            <vue-qr :size="80" :margin="0" :auto-color="true" :dot-scale="1" :text="state.form.code" style="margin: 10px 0 5px 0"></vue-qr>
            <span style="font-size:10px;margin-top:5px;">{{state.form.code}}</span>
          </div>
        </div>
      </el-card>