瀏覽代碼

新生报到二维码

西昌缴费二期
杨晓琪 2 年之前
父節點
當前提交
b014263972
共有 1 個文件被更改,包括 2 次插入5 次删除
  1. +2
    -5
      Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/StuInfoFresh/RegisterQRCode/list.vue

+ 2
- 5
Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/StuInfoFresh/RegisterQRCode/list.vue 查看文件

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

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

.sQrImg image {
width: 100%;
height: 100%;
}

.sQrTxt {


Loading…
取消
儲存