Browse Source

Merge branch 'master' of http://git.ycjcjy.com/H5/njDaTuSha

Yansen 2 years ago
parent
commit
bc4e344c7c
3 changed files with 3 additions and 2 deletions
  1. BIN
      public/images/share.jpg
  2. 1
    0
      src/pages/pg2/index.vue
  3. 2
    2
      src/pages/share/index.vue

BIN
public/images/share.jpg View File


+ 1
- 0
src/pages/pg2/index.vue View File

@@ -158,6 +158,7 @@ watch(show, (val) => {
158 158
   }
159 159
 
160 160
   .content {
161
+    position: absolute;
161 162
     z-index: 10;
162 163
     width: 80vw;
163 164
     margin-left: 15vw;

+ 2
- 2
src/pages/share/index.vue View File

@@ -61,8 +61,8 @@ onMounted(() => {
61 61
 
62 62
   .content {
63 63
     position: absolute;
64
-    top: 55vh;
65
-    left: 10vw;
64
+    top: 50vh;
65
+    left: 30vw;
66 66
     text-align: left;
67 67
     width: 56vw;
68 68
     padding-bottom: 20px;