|
|
@@ -200,8 +200,8 @@ export default {
|
|
|
colorDark: '#000000',
|
|
|
colorLight: '#ffffff',
|
|
|
correctLevel: QRCode.CorrectLevel.H,
|
|
|
- width: 45,
|
|
|
- height: 45,
|
|
|
+ width: 50,
|
|
|
+ height: 50,
|
|
|
});
|
|
|
this.$nextTick(async () => {
|
|
|
await this.htmlToCanvas();
|
|
|
@@ -215,9 +215,9 @@ export default {
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
overflow: hidden;
|
|
|
- position: fixed;
|
|
|
+ position: absolute;
|
|
|
top: 0;
|
|
|
- z-index: 11;
|
|
|
+ z-index: -1;
|
|
|
// overflow-y: auto;
|
|
|
|
|
|
.share-content {
|
|
|
@@ -349,7 +349,7 @@ export default {
|
|
|
position: absolute;
|
|
|
top: 0;
|
|
|
z-index: 9;
|
|
|
- overflow-y: auto;
|
|
|
+ // overflow-y: auto;
|
|
|
|
|
|
img {
|
|
|
width: 100%;
|