diff --git a/src/components/edit/choosingIdentity.vue b/src/components/edit/choosingIdentity.vue index 869e604..2192c24 100644 --- a/src/components/edit/choosingIdentity.vue +++ b/src/components/edit/choosingIdentity.vue @@ -169,6 +169,7 @@ let confirmIntermediary = (isintermediary) => { -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.117647058823529); -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.117647058823529); box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.117647058823529); + line-height: normal; } .pop-header { diff --git a/src/components/public/report.vue b/src/components/public/report.vue index 2594879..02e04fd 100644 --- a/src/components/public/report.vue +++ b/src/components/public/report.vue @@ -36,7 +36,7 @@ import { ElMessage } from 'element-plus' let show = ref(false) let text = ref("") -let reasonList = ref(['广告', '辱骂', '重复发送', '不良信息', '其他']) +let reasonList = ref(['广告、恶意灌水', '欺诈、色情、违规内容', '信息过时、不实信息、侵权', '功能异常、产品建议', '其他']) let checkList = ref([]) const { proxy } = getCurrentInstance() diff --git a/src/components/public/transmitBtn.vue b/src/components/public/transmitBtn.vue index eac2cfe..a178d85 100644 --- a/src/components/public/transmitBtn.vue +++ b/src/components/public/transmitBtn.vue @@ -136,7 +136,7 @@ const copy = () => { .transmit-unfold-box .transmit-item .transmit-QRCode-box { width: 198px; - height: 128px; + // height: 128px; flex-direction: column; padding: 20px 0; display: flex; @@ -144,8 +144,9 @@ const copy = () => { } .transmit-unfold-box .transmit-item .transmit-QRCode-box .QRCode { - width: 98px; - height: 98px; + // width: 98px; + // height: 98px; + height: 130px; margin: 0 auto; } @@ -155,6 +156,7 @@ const copy = () => { justify-content: center; font-size: 14px; text-align: center; + margin-top: 20px; } .transmit-unfold-box .transmit-item .transmit-QRCode-box .hint .saoma-icom { diff --git a/src/views/edit.vue b/src/views/edit.vue index fac6c8c..b882c36 100644 --- a/src/views/edit.vue +++ b/src/views/edit.vue @@ -78,7 +78,7 @@