Commit 25f68366 authored by 罗新东's avatar 罗新东

扫码

parent dd0118ca
Pipeline #7615 passed with stage
in 11 seconds
// qrcode.vue
<template>
<div>
<van-image
@click="$router.back()"
:src="require('../assets/back.png')"
/>
<!-- <p class="error">{{ error }}</p> -->
<!--错误信息-->
......@@ -275,4 +279,11 @@ export default {
/deep/.qrcode-stream-camera{
height:100vh !important;
}
/deep/.van-image{
position: fixed;
z-index: 333333333333333;
left: 0.3rem;
top: 0.3rem;
opacity: 0.6;
}
</style>
\ No newline at end of file
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