直播
Showing
1 changed file
with
6 additions
and
3 deletions
| ... | @@ -184,7 +184,7 @@ | ... | @@ -184,7 +184,7 @@ |
| 184 | /> | 184 | /> |
| 185 | </div> | 185 | </div> |
| 186 | <div v-if="matchData.qrcode"> | 186 | <div v-if="matchData.qrcode"> |
| 187 | <div class="qrTitle2">{{ language == 0 ? '小程序' : "UniApp" }}</div> | 187 | <div class="qrTitle2">{{ language == 0 ? '11小程序' : "UniApp" }}</div> |
| 188 | <el-image | 188 | <el-image |
| 189 | v-if="matchData.qrcode" | 189 | v-if="matchData.qrcode" |
| 190 | :preview-src-list="[fillImgUrl(matchData.qrcode)]" | 190 | :preview-src-list="[fillImgUrl(matchData.qrcode)]" |
| ... | @@ -1742,6 +1742,7 @@ async function handelQR(id, type) { | ... | @@ -1742,6 +1742,7 @@ async function handelQR(id, type) { |
| 1742 | bottom: -5px; | 1742 | bottom: -5px; |
| 1743 | left: 0%; | 1743 | left: 0%; |
| 1744 | width: 15vw; | 1744 | width: 15vw; |
| 1745 | max-width: 430px; | ||
| 1745 | display: flex; | 1746 | display: flex; |
| 1746 | justify-content: space-around; | 1747 | justify-content: space-around; |
| 1747 | } | 1748 | } |
| ... | @@ -1749,8 +1750,10 @@ async function handelQR(id, type) { | ... | @@ -1749,8 +1750,10 @@ async function handelQR(id, type) { |
| 1749 | .son2 { | 1750 | .son2 { |
| 1750 | position: absolute; | 1751 | position: absolute; |
| 1751 | bottom: -35px; | 1752 | bottom: -35px; |
| 1752 | left: 0%; | 1753 | left: 0; |
| 1753 | width: 33vw; | 1754 | width: 36vw; |
| 1755 | min-width: 450px; | ||
| 1756 | max-width: 900px; | ||
| 1754 | display: flex; | 1757 | display: flex; |
| 1755 | justify-content: space-around; | 1758 | justify-content: space-around; |
| 1756 | } | 1759 | } | ... | ... |
-
Please register or sign in to post a comment