|
@@ -25,7 +25,7 @@
|
25
|
25
|
<el-radio v-model="ruleForm.signInCode" label="2" style="padding-left:8%;font-weight:bold;font-size:12px;transform:translateY(30%);">不需要</el-radio>
|
26
|
26
|
<span style="padding-left:20%"><el-button type="primary" style="float:left;" @click="singn">查看签到名单</el-button></span>
|
27
|
27
|
</div>
|
28
|
|
- <div style="padding-left:30%;">
|
|
28
|
+ <div style="padding-left:30%;" v-if="ruleForm.signInCode=='1'">
|
29
|
29
|
<div><img :src="qrcode" width="200" height="200" ></div>
|
30
|
30
|
<a :href="qrcode" download="qrcode.jpg" style="color:#00BFFF;padding-left:15%">点击下载</a>
|
31
|
31
|
</div>
|
|
@@ -177,15 +177,11 @@ export default {
|
177
|
177
|
margin-top: 50px;
|
178
|
178
|
margin-left: auto;
|
179
|
179
|
margin-right: auto;
|
180
|
|
- font-size: 1px;
|
|
180
|
+ font-size: 13px;
|
181
|
181
|
|
182
|
182
|
}
|
183
|
|
-.activityTile{
|
184
|
|
- font-size: 14px;
|
185
|
|
-}
|
186
|
183
|
.activityContext{
|
187
|
184
|
margin-bottom: 20px;
|
188
|
|
- font-size: 20px;
|
189
|
185
|
justify-items: center;
|
190
|
186
|
}
|
191
|
187
|
.progress {
|