@@ -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 {
.link-button {
@@ -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 }">
@@ -931,7 +931,7 @@ export default {
background: linear-gradient(135deg, #f5f7fa 0%, #f0f2f5 100%);
overflow-y: auto;
- padding: 24px 12px 120px 12px;
+ padding: 24px 0 120px 0;
border-radius: 0 0 4px 0;
display: flex;
justify-content: center;