feat:修改签到及下载二维码

This commit is contained in:
lixg
2023-01-11 20:26:24 +08:00
parent b5e5290aa1
commit e6b4f00bd3
4 changed files with 151 additions and 148 deletions

View File

@@ -47,10 +47,14 @@
<div @click="copyUrl" class="codeUrlCopy">复制链接</div>
</div>
<div class="qrm_footer">
<span style="margin-left: 52px">下载二维码</span>
<div class="qrmbtn" @click="downloadQr(200)">
<span
style="color: #387df7; cursor: pointer"
@click="downloadQr(200)"
>下载二维码</span
>
<!-- <div class="qrmbtn" @click="downloadQr(200)">
<div class="btntext">200*200</div>
</div>
</div> -->
<!-- <div class="qrmbtn" @click="downloadQr(200)">
<div class="btntext">400*400</div>
</div>
@@ -294,6 +298,7 @@ export default {
.qrm_footer {
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 44px;
.qrmbtn {
width: 80px;
@@ -303,7 +308,7 @@ export default {
justify-content: center;
border-radius: 4px;
border: 1px solid #387df7;
margin-left: 16px;
// margin-left: 16px;
cursor: pointer;
.btntext {
color: #387df7;