1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-09-27 17:20:02 +08:00

Fixe Style of Dashboard (#235)

This commit is contained in:
elsiosanchez 2020-01-21 14:00:39 -04:00 committed by Yamel Senih
parent 683855a0d4
commit a3d3dd3a1f

View File

@ -2,7 +2,7 @@
<div class="dashboard-editor-container">
<el-row :gutter="8">
<template v-for="(dashboardAttributes, index) in dashboardList">
<el-col :key="index" :xs="{ span: 24 }" :sm="{ span: 24 }" :md="{ span: 24 }" :lg="{ span: 12 }" :xl="{ span: 12 }" style="padding-right:8px;margin-bottom:30px;">
<el-col :key="index" :xs="{ span: 24 }" :sm="{ span: 24 }" :md="{ span: 24 }" :lg="{ span: 12 }" :xl="{ span: 12 }" style="padding-right:8px;margin-bottom:2px;">
<dashboard :metadata="dashboardAttributes" />
</el-col>
</template>