修改举报内容、我的-头像判断、转发按钮二维码调整、选择身份样式的影响、编辑页面的跳转

This commit is contained in:
A1300399510
2023-07-31 14:09:20 +08:00
parent b336d86af1
commit 6b0baef36c
5 changed files with 25 additions and 15 deletions

View File

@@ -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 {

View File

@@ -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()

View File

@@ -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 {