优化首页帮助界面显示
Former-commit-id: 1bc853278099c5f2f050d3104df582f134ff7671 [formerly 1bc853278099c5f2f050d3104df582f134ff7671 [formerly 1bc853278099c5f2f050d3104df582f134ff7671 [formerly 1bc853278099c5f2f050d3104df582f134ff7671 [formerly 8b37f35d297c58958e22e6aad34a8c01c44817e7 [formerly 17a04e1bd4c8c5b80179d76c14a6f74055d8b89d]]]]] Former-commit-id: cbf90b25e2b73253c2de7f5c81e64a638077e5d5 Former-commit-id: 036ad74b0433bb46e0a8f290f6053575d4deacbe Former-commit-id: f37ccd7d7379f7387db9b8c6be0c17eb3e2abdbb [formerly fbac05c941cc89c669a57e29a82da4ce4e4d553b] Former-commit-id: 5245dce5ffa7d168df53c0f5e0fb40c831deec98 Former-commit-id: aecbf8089c3be637b237cf8403dcd7d15c2da38f Former-commit-id: 5f59569dba6199bec911caf4e9ba75421dcf9d5e Former-commit-id: 1a8e4dc3d40d689c493774de5f60804e61768659 Former-commit-id: e45b56ce72371ddc2f28754bd612c642a144c25e
This commit is contained in:
@@ -1 +0,0 @@
|
||||
b27de32f6832b50dc5b8b1dc613060a81f88a8e9
|
||||
@@ -0,0 +1 @@
|
||||
84166686f9c39e81a4c467ff2fe0e661dc79c9f9
|
||||
@@ -1 +0,0 @@
|
||||
12bb778e8779f32a46ee756e6dbb890024b40f5d
|
||||
@@ -0,0 +1 @@
|
||||
602f585a258a64963f268f9ce844cf3d88be72ec
|
||||
@@ -9,7 +9,7 @@
|
||||
width="600px"
|
||||
:visible.sync="dialogVisible"
|
||||
:append-to-body="true">
|
||||
<div style="margin-top: -25px; margin-bottom: -25px;">
|
||||
<div style="margin-top: -25px;">
|
||||
<h2 class="d2-mt-0">
|
||||
{{ $t('views.system.index.help.dialog.sub-title.doc') }}
|
||||
</h2>
|
||||
@@ -30,20 +30,18 @@
|
||||
<h2>{{ $t('views.system.index.help.dialog.sub-title.join') }}</h2>
|
||||
<el-row :gutter="20">
|
||||
<el-col :span="12">
|
||||
<el-alert
|
||||
:closable="false"
|
||||
type="info"
|
||||
:title="$t('views.system.index.help.dialog.join.qq')"
|
||||
class="d2-mb"/>
|
||||
<img src="./image/qq.jpg" style="width: 100%;">
|
||||
<img src="./image/qq.png" style="width: 100%;">
|
||||
<div class="d2-help--qr-info">
|
||||
{{ $t('views.system.index.help.dialog.join.qq.title') }}<br/>
|
||||
{{ $t('views.system.index.help.dialog.join.qq.sub-title') }}
|
||||
</div>
|
||||
</el-col>
|
||||
<el-col :span="12">
|
||||
<el-alert
|
||||
:closable="false"
|
||||
type="info"
|
||||
:title="$t('views.system.index.help.dialog.join.we')"
|
||||
class="d2-mb"/>
|
||||
<img src="./image/we.jpg" style="width: 100%;">
|
||||
<img src="./image/we.png" style="width: 100%;">
|
||||
<div class="d2-help--qr-info">
|
||||
{{ $t('views.system.index.help.dialog.join.we.title') }}<br/>
|
||||
{{ $t('views.system.index.help.dialog.join.we.sub-title') }}
|
||||
</div>
|
||||
</el-col>
|
||||
</el-row>
|
||||
</div>
|
||||
@@ -60,3 +58,21 @@ export default {
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.d2-help--qr-info {
|
||||
background-color: #f4f4f5;
|
||||
color: #909399;
|
||||
width: 100%;
|
||||
padding: 8px 16px;
|
||||
margin: 0;
|
||||
box-sizing: border-box;
|
||||
border-radius: 4px;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
opacity: 1;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
transition: opacity .2s;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user