nieyuge 2 år sedan
förälder
incheckning
08389e5bab
1 ändrade filer med 4 tillägg och 3 borttagningar
  1. 4 3
      src/view/iframe/publish/give-dialog.vue

+ 4 - 3
src/view/iframe/publish/give-dialog.vue

@@ -1958,26 +1958,27 @@ onMounted(() => {
             position: absolute;
             display: flex;
             bottom: 0;
-            right: -350px;
+            right: -240px;
             .icon {
                 width: 40px;
                 height: 40px;
             }
             .con {
-                padding: 0 10px;
+                padding: 0 5px;
                 .desc {
                     color: rgba($color: #000000, $alpha: 0.5);
                     font-size: 12px;
                     margin-bottom: 4px;
                 }
                 .price {
-                    font-size: 16px;
+                    font-size: 14px;
                     font-weight: bold;
                 }
             }
             .refresh {
                 width: 40px;
                 cursor: pointer;
+                margin-left: -5px;
             }
         }
     }