Former-commit-id: 88bc8e931a5e8aa0b95cb73ecfa551eb63c2fdd1 [formerly 88bc8e931a5e8aa0b95cb73ecfa551eb63c2fdd1 [formerly 88bc8e931a5e8aa0b95cb73ecfa551eb63c2fdd1 [formerly 88bc8e931a5e8aa0b95cb73ecfa551eb63c2fdd1 [formerly 680e72db2592516f8ef0184dd97ee6f3d2fedc0f [formerly 051fd610cc8cbf4bef4b7f656565c1575fe61eea]]]]] Former-commit-id: 57af4f57904012d0b8adab7c7c5d7dc67b2b6b51 Former-commit-id: fef6d932f020eba78121cd982ac370b4a4847311 Former-commit-id: a2bc578ba1d364e8b6fcfbf6719459af33c27980 [formerly ad8e0900822811f7697d90c5157cbceedbfe18d6] Former-commit-id: 768bcf45ac67ab156458151612b09c462e03cec5 Former-commit-id: 374a5992b2c55bb0797ec2078c68ec04eb4e3cc4 Former-commit-id: 8e28c4e73c18f6a22a59192d0a4de877c60a1ac8 Former-commit-id: f118289f10b7717e28392c4d48bb48ea880bf1d7 Former-commit-id: e8299ba73a08a42f5be72a1b8f7ab4513402dcb8
This commit is contained in:
parent
fd644d2b14
commit
14aca2184c
|
|
@ -28,11 +28,11 @@
|
|||
<el-row :gutter="20">
|
||||
<el-col :span="12">
|
||||
<el-alert :closable="false" type="info" title="扫码进 QQ 群" class="d2-mb"/>
|
||||
<img class="qr" src="./image/qq.jpg">
|
||||
<img src="./image/qq.jpg" style="width: 100%;">
|
||||
</el-col>
|
||||
<el-col :span="12">
|
||||
<el-alert :closable="false" type="info" title="作者微信 加好友拉进微信群" class="d2-mb"/>
|
||||
<img class="qr" src="./image/we.jpg">
|
||||
<img src="./image/we.jpg" style="width: 100%;">
|
||||
</el-col>
|
||||
</el-row>
|
||||
</div>
|
||||
|
|
@ -49,11 +49,3 @@ export default {
|
|||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
img {
|
||||
&.qr {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Reference in New Issue