图片调整

Former-commit-id: e96f57e3e769bdc1e119b959707c86cf410a4b9d [formerly e96f57e3e769bdc1e119b959707c86cf410a4b9d [formerly e96f57e3e769bdc1e119b959707c86cf410a4b9d [formerly e96f57e3e769bdc1e119b959707c86cf410a4b9d [formerly 00d710c63aef23089df91a9d1fc55df67705603f [formerly 774248fff94b8678d03ad932f5ef4aee064cbac5]]]]]
Former-commit-id: afa4bff59c21391a9b52e0903f127bdc488304ee
Former-commit-id: 9811f49b8be67ea9984255eaa4bf4013a9499e09
Former-commit-id: 66c4548c986e87db1e0493aa5e995879962a2492 [formerly 83071b1d7766b9d1dd7768235bb3df3ff313a358]
Former-commit-id: 80393f4a93fc41de6da946fa260a7194822c8c84
Former-commit-id: a2cd90f8b04b50df8e835dd4374fe33795fa05d8
Former-commit-id: c205157453c6be926fb146c0048e68dfb813c1a6
Former-commit-id: 5f0f84234d9941e217383ea7accf72c8499f69c4
Former-commit-id: 9f8aae2698b555ceda4945d896c53364a414f0d9
This commit is contained in:
liyang
2018-07-17 09:11:53 +08:00
parent 445fd224a6
commit deefea9f56
3 changed files with 6 additions and 5 deletions

View File

@@ -1,3 +1,4 @@
{ {
"files.exclude": {} "files.exclude": {},
"todo-tree.expanded": true
} }

View File

@@ -11,11 +11,11 @@
<el-row :gutter="20"> <el-row :gutter="20">
<el-col :span="12"> <el-col :span="12">
<el-alert :closable="false" type="info" title="扫码进 QQ 群" class="d2-mb"/> <el-alert :closable="false" type="info" title="扫码进 QQ 群" class="d2-mb"/>
<img class="qr" src="@/assets/image/contact/qq.jpg"> <img class="qr" src="./image/qq.jpg">
</el-col> </el-col>
<el-col :span="12"> <el-col :span="12">
<el-alert :closable="false" type="info" title="作者微信 加好友拉进微信群" class="d2-mb"/> <el-alert :closable="false" type="info" title="作者微信 加好友拉进微信群" class="d2-mb"/>
<img class="qr" src="@/assets/image/contact/we.jpg"> <img class="qr" src="./image/we.jpg">
</el-col> </el-col>
</el-row> </el-row>
</div> </div>

View File

@@ -7,8 +7,8 @@
<p class="page-index-article-body__sub-title d2-mt-0">{{subTitle}}</p> <p class="page-index-article-body__sub-title d2-mt-0">{{subTitle}}</p>
<a target="blank" href="https://github.com/d2-projects/d2-admin"> <a target="blank" href="https://github.com/d2-projects/d2-admin">
<img <img
style="position: absolute; top: 0; right: 0; border: 0; width: 130px;" style="position: absolute; top: 0; right: 0; border: 0; width: 150px;"
src="./image/forkme@2x.png" src="./image/darkblue@2x.png"
alt="Fork me on GitHub"> alt="Fork me on GitHub">
</a> </a>
</div> </div>