This commit is contained in:
zhaofang
2022-11-16 14:51:16 +08:00
parent 4caa17aadb
commit 0fdce434dc
5 changed files with 28 additions and 12 deletions

View File

@@ -742,7 +742,18 @@
url: '/pages/plus/feedback'
})
}
}
}
}
</script>
<style lang="scss" scoped>
/deep/ .u-modal{
width: 288px !important;
border-radius: 28upx;
}
/deep/ .u-modal__content{
text-align: center;
font-size: 36upx;
font-weight: 600;
color: #333333;
padding: 33px 25px 33px 25px;