Skip to content

Commit

Permalink
修改首页
Browse files Browse the repository at this point in the history
  • Loading branch information
BoBoooooo committed Mar 5, 2018
1 parent fde8e17 commit de03f14
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/views/dashboard/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,10 @@
</el-col>

<el-col :span="6" :offset="2">
<el-card :body-style="{ padding: '15px 15px',height:'300px'}">

<el-card :body-style="{ padding: '15px 15px',height:'200px'}" style="overflow:auto">
<el-card :body-style="{ padding: '15px 15px',height:'250px'}" style="overflow:auto">
<span v-for="(item,index) in history" :key="index" style="text-align:left;padding:5px;display:block;margin-top:2px">
<icon-svg icon-class="talk" />{{item}}
{{item}}
</span>
</el-card>
<el-input
Expand All @@ -49,7 +48,6 @@
style="padding-top:10px" @keyup.enter.native="chat">
<i slot="suffix" class="el-input__icon el-icon-circle-check-outline"></i>
</el-input>
</el-card>
</el-col>
</el-row>

Expand Down

0 comments on commit de03f14

Please sign in to comment.