fix(dashboard): fix workbench page style (#280)

This commit is contained in:
Leon 2021-02-18 21:00:28 +08:00 committed by GitHub
parent fefcc5eec6
commit 7d9b521c69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>
@ -84,6 +83,8 @@
&-img {
width: 36px;
margin-left: auto;
margin-right: auto;
}
&-all {