|
2 | 2 | <div>
|
3 | 3 | <el-row:gutter="20">
|
4 | 4 | <el-col:span="8">
|
5 |
| - <el-cardshadow="hover"class="mgb20"> |
| 5 | + <el-cardshadow="hover"class="mgb20"style="height:252px;"> |
6 | 6 | <divclass="user-info">
|
7 | 7 | <imgsrc="static/img/img.jpg"class="user-avator"alt="">
|
8 | 8 | <divclass="user-info-cont">
|
|
13 | 13 | <divclass="user-info-list">上次登录时间:<span>2018-01-01</span></div>
|
14 | 14 | <divclass="user-info-list">上次登录地点:<span>东莞</span></div>
|
15 | 15 | </el-card>
|
16 |
| - <el-cardshadow="hover"> |
| 16 | + <el-cardshadow="hover"style="height:252px;"> |
17 | 17 | <divslot="header"class="clearfix">
|
18 | 18 | <span>语言详情</span>
|
19 | 19 | </div>
|
|
63 | 63 | </el-card>
|
64 | 64 | </el-col>
|
65 | 65 | </el-row>
|
66 |
| - <el-cardshadow="hover":body-style="{height: '304px'}"> |
| 66 | + <el-cardshadow="hover"style="height:403px;"> |
67 | 67 | <divslot="header"class="clearfix">
|
68 | 68 | <span>待办事项</span>
|
69 | 69 | <el-buttonstyle="float:right;padding:3px0"type="text">添加</el-button>
|
|