Browse Source

新生报到二维码布局

西昌缴费二期
杨晓琪 2 years ago
parent
commit
c24e37fc8a
1 changed files with 4 additions and 2 deletions
  1. +4
    -2
      Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/StuInfoFresh/RegisterQRCode/list.vue

+ 4
- 2
Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/StuInfoFresh/RegisterQRCode/list.vue View File

@@ -12,7 +12,7 @@
</view> --> </view> -->
</view> </view>
</view> </view>
<view class="sQrBox">
<view class="sQrBox" style="text-align: center;">
<view class="sQrT">新生报到二维码</view> <view class="sQrT">新生报到二维码</view>
<view id="lr_mycode_qrcode" class="sQrImg"> <view id="lr_mycode_qrcode" class="sQrImg">
<tki-qrcode <tki-qrcode
@@ -148,7 +148,7 @@ export default{
data: { data: {
StuInfoFreshEntity:{} StuInfoFreshEntity:{}
}, },
size: 300,
size: 156,
} }
}, },
methods:{ methods:{
@@ -302,6 +302,7 @@ export default{


.sQrImg { .sQrImg {
width: 156px; width: 156px;
height: 156px;
box-sizing: content-box; box-sizing: content-box;
// height: 145px; // height: 145px;
line-height: 0; line-height: 0;
@@ -309,6 +310,7 @@ export default{
border: 4px solid #f1ae5e; border: 4px solid #f1ae5e;
border-radius: 6px; border-radius: 6px;
padding: 8px; padding: 8px;
display: inline-block;
} }


.sQrImg image { .sQrImg image {


Loading…
Cancel
Save