Selaa lähdekoodia

coding:投流站点页面

zhangqin 6 päivää sitten
vanhempi
commit
c4923f5286

+ 2 - 3
src/components/H5/h5-add-wechat-button.vue

@@ -61,13 +61,13 @@ export default {
 
 .add-wechat-button {
   border: none;
-  border-radius: 20px;
+  border-radius: 4px;
   font-size: 16px;
   cursor: pointer;
   transition: all 0.3s ease;
   
   &.text-style {
-    width: calc(100% - 32px);
+    width: 100%;
     padding: 12px 16px;
     font-weight: 600;
     
@@ -86,7 +86,6 @@ export default {
   &.image-style {
     max-width: 100%;
     height: auto;
-    max-height: 80px;
     object-fit: contain;
     
     &:hover {

+ 2 - 3
src/components/H5/h5-link-button.vue

@@ -61,13 +61,13 @@ export default {
 
 .link-button {
   border: none;
-  border-radius: 20px;
+  border-radius: 4px;
   font-size: 16px;
   cursor: pointer;
   transition: all 0.3s ease;
   
   &.text-style {
-    width: calc(100% - 32px);
+    width: 100%;
     padding: 12px 16px;
     font-weight: 600;
     
@@ -86,7 +86,6 @@ export default {
   &.image-style {
     max-width: 100%;
     height: auto;
-    max-height: 80px;
     object-fit: contain;
     
     &:hover {

+ 1 - 3
src/components/H5/h5-qrcode.vue

@@ -8,9 +8,7 @@
           :style="{ width: config.qrcodeSize + 'px', height: config.qrcodeSize + 'px' }"
         />
       </div>
-      <div class="wechat-number-row">
-        <span class="wechat-number-text">微信号: xxxxxx</span>
-      </div>
+
 
       <div v-if="config.showCopyBtn" class="copy-btn-row">
         <button class="circle-btn copy-btn" :style="{ backgroundColor: config.copyBtnColor, color: config.copyBtnTextColor }">

+ 1 - 1
src/components/H5Editor/index.vue

@@ -931,7 +931,7 @@ export default {
   background: linear-gradient(135deg, #f5f7fa 0%, #f0f2f5 100%);
   overflow-y: auto;
   border: none;
-  padding: 24px 12px 120px 12px;
+  padding: 24px 0 120px 0;
   border-radius: 0 0 4px 0;
   display: flex;
   justify-content: center;