Browse Source

首页 图表高度修改

master
z_yu 3 years ago
parent
commit
cfae45f056
  1. 4
      src/views/home.vue

4
src/views/home.vue

@ -59,7 +59,7 @@
</div>
</el-col>
</el-row>
<el-row :gutter="20" style="margin-bottom:20px;height: calc(50vh - 231px);">
<el-row :gutter="20" style="margin-bottom:20px;height: calc(50vh - 251px);">
<el-col :xs="24" :sm="24" :lg="8">
<!-- 待办事项 -->
<div class="container-wrap">
@ -136,7 +136,7 @@
</div>
</el-col>
</el-row>
<el-row :gutter="20" style="height: calc(50vh - 231px);">
<el-row :gutter="20" style="height: calc(50vh - 251px);">
<el-col :xs="24" :sm="24" :lg="8">
<!-- 档案借阅 -->
<div class="container-wrap">

Loading…
Cancel
Save