Fixe Style of Dashboard (#235)

pull/3759/head
elsiosanchez 2020-01-21 14:00:39 -04:00 committed by Yamel Senih
parent 683855a0d4
commit a3d3dd3a1f
1 changed files with 1 additions and 1 deletions

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>