优化首页帮助界面显示

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:
liyang 2019-05-23 09:37:29 +08:00
parent 1d2309c339
commit ea661c3d44
10 changed files with 64 additions and 24 deletions

View File

@ -1 +1 @@
cbf998eca74f2ff50f199103bd08a4ed12aa4d4a
681ffc71f82857c857c50891b8f73e04e345c7db

View File

@ -48,8 +48,14 @@
"button": "need any help",
"dialog": {
"join": {
"qq": "QQ user group with 2000 people",
"we": "Invite the WeChat user group after becoming friends with the author"
"qq": {
"sub-title": "Join 2,000 users and communicate with each other",
"title": "Please use your mobile phone QQ to scan the QR code above"
},
"we": {
"sub-title": "Add author WeChat friends, invite to join WeChat group",
"title": "Please use the mobile phone WeChat scan above the QR code"
}
},
"link": {
"text": {

View File

@ -48,8 +48,14 @@
"button": "助けが必要ですか?",
"dialog": {
"join": {
"qq": "2000人のQQユーザーグループ",
"we": "著者と友達になった後にWeChatユーザーグループを招待する"
"qq": {
"sub-title": "2,000人のユーザーに参加してお互いにコミュニケーション",
"title": "上記のQRコードをスキャンするには、携帯電話のQQを使用してください"
},
"we": {
"sub-title": "著者を追加するWeChat友達、WeChatグループに参加するよう招待する",
"title": "携帯電話のWeChatを使用してQRコードをスキャンしてください"
}
},
"link": {
"text": {

View File

@ -48,8 +48,14 @@
"button": "需要帮助吗",
"dialog": {
"join": {
"qq": "容纳 2000 人的 QQ 用户群",
"we": "与作者成为好友后邀请进微信用户群"
"qq": {
"sub-title": "加入 2000 人用户大群共同交流",
"title": "请使用手机 QQ 扫面上方二维码"
},
"we": {
"sub-title": "添加作者微信好友,邀请加入微信群",
"title": "请使用手机微信扫面上方二维码"
}
},
"link": {
"text": {

View File

@ -48,8 +48,14 @@
"button": "需要幫助嗎",
"dialog": {
"join": {
"qq": "容納 2000 人的 QQ 用戶群",
"we": "與作者成為好友後邀請進微信用戶群"
"qq": {
"sub-title": "加入 2000 人用戶大群共同交流",
"title": "請使用手機 QQ 掃面上方二維碼"
},
"we": {
"sub-title": "添加作者微信好友,邀請加入微信群",
"title": "請使用手機微信掃面上方二維碼"
}
},
"link": {
"text": {

View File

@ -1 +0,0 @@
b27de32f6832b50dc5b8b1dc613060a81f88a8e9

View File

@ -0,0 +1 @@
84166686f9c39e81a4c467ff2fe0e661dc79c9f9

View File

@ -1 +0,0 @@
12bb778e8779f32a46ee756e6dbb890024b40f5d

View File

@ -0,0 +1 @@
602f585a258a64963f268f9ce844cf3d88be72ec

View File

@ -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>