Skip to content

Commit

Permalink
update introdution info
Browse files Browse the repository at this point in the history
  • Loading branch information
rector1985 committed Sep 10, 2018
1 parent 697f0de commit 83ce8ec
Showing 1 changed file with 17 additions and 13 deletions.
30 changes: 17 additions & 13 deletions pages/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,26 +32,18 @@
<body style="margin:15px;">
<div id="app">
<i-row>
<i-col span="10">
<i-col span="12">
<Card>
<p slot="title">DncVueSample-后台管理系统--首页</p>
<h2>关于DncVueSample</h2>
<p>
<b>VncVueSample</b><b>码友网</b>(<a href="https://codedefault.com" target="_blank">https://codedefault.com</a>)发布并提供更新支持。
</p>
<p>作者:Rector</p>
<p style="margin-top:15px;">
<b>DncVueSample</b>:是一个基于Vue.js + iview 前端框架搭建的后台管理系统模板,适用于如:OA,CRM,CMS等管理系统的后台开发。
</p>
<p slot="title">DncVueSample-后台管理系统</p>
<h2>系统简介</h2>
<h3>版本信息</h3>
<p>
DncVueSample当前依赖的组件的版本信息如下:
</p>
<p>
<b style="margin-right:10px;">Vue.js:</b>2.5.17
<br />
<b style="margin-right:10px;">iview:</b>3.1.0
<b style="margin-right:10px;">Vue.js:</b>2.5.17
<br />
<b style="margin-right:10px;">iview:</b>3.1.0
</p>
<h3>布局和菜单</h3>
<p>
Expand Down Expand Up @@ -96,6 +88,18 @@ <h3>代码开源</h3>
</p>
</Card>
</i-col>
<i-col span="11" style="margin-left: 20px;">
<Card>
<p slot="title">关于DncVueSample</p>
<p>
<b>VncVueSample</b><b>码友网</b>(<a href="https://codedefault.com" target="_blank">https://codedefault.com</a>)发布并提供更新支持。
</p>
<p>作者:Rector</p>
<p style="margin-top:15px;">
<b>DncVueSample</b>:是一个基于Vue.js + iview 前端框架搭建的后台管理系统模板,适用于如:OA,CRM,CMS等管理系统的后台开发。
</p>
</Card>
</i-col>
</i-row>

</div>
Expand Down

0 comments on commit 83ce8ec

Please sign in to comment.