Skip to content

Commit

Permalink
fix(dashboard): fix workbench page style (#280)
Browse files Browse the repository at this point in the history
  • Loading branch information
originalix authored Feb 18, 2021
1 parent fefcc5e commit 7d9b521
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/views/dashboard/workbench/components/ShortCuts.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
<template v-for="item in shortCuts" :key="item.img">
<a-col :span="8" class="p-3 shortcuts__item">
<img :src="item.img" class="mb-2 shortcuts__item-img" />
<br />
<span>{{ item.name }}</span>
</a-col>
</template>
Expand Down Expand Up @@ -84,6 +83,8 @@
&-img {
width: 36px;
margin-left: auto;
margin-right: auto;
}
&-all {
Expand Down

0 comments on commit 7d9b521

Please sign in to comment.