13f49961 by zhangmeng

直播

1 parent 6f2459bd
......@@ -184,7 +184,7 @@
/>
</div>
<div v-if="matchData.qrcode">
<div class="qrTitle2">{{ language == 0 ? '小程序' : "UniApp" }}</div>
<div class="qrTitle2">{{ language == 0 ? '11小程序' : "UniApp" }}</div>
<el-image
v-if="matchData.qrcode"
:preview-src-list="[fillImgUrl(matchData.qrcode)]"
......@@ -1742,6 +1742,7 @@ async function handelQR(id, type) {
bottom: -5px;
left: 0%;
width: 15vw;
max-width: 430px;
display: flex;
justify-content: space-around;
}
......@@ -1749,8 +1750,10 @@ async function handelQR(id, type) {
.son2 {
position: absolute;
bottom: -35px;
left: 0%;
width: 33vw;
left: 0;
width: 36vw;
min-width: 450px;
max-width: 900px;
display: flex;
justify-content: space-around;
}
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!