| | |
| | | </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> |