Skip to content

Commit 7d9b521

Browse files
authored
fix(dashboard): fix workbench page style (#280)
1 parent fefcc5e commit 7d9b521

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/views/dashboard/workbench/components/ShortCuts.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
<template v-for="item in shortCuts" :key="item.img">
88
<a-col :span="8" class="p-3 shortcuts__item">
99
<img :src="item.img" class="mb-2 shortcuts__item-img" />
10-
<br />
1110
<span>{{ item.name }}</span>
1211
</a-col>
1312
</template>
@@ -84,6 +83,8 @@
8483
8584
&-img {
8685
width: 36px;
86+
margin-left: auto;
87+
margin-right: auto;
8788
}
8889
8990
&-all {

0 commit comments

Comments
 (0)