Leon
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
1 deletions
-
src/views/dashboard/workbench/components/ShortCuts.vue
|
|
@ -7,7 +7,6 @@ |
|
|
<template v-for="item in shortCuts" :key="item.img"> |
|
|
<template v-for="item in shortCuts" :key="item.img"> |
|
|
<a-col :span="8" class="p-3 shortcuts__item"> |
|
|
<a-col :span="8" class="p-3 shortcuts__item"> |
|
|
<img :src="item.img" class="mb-2 shortcuts__item-img" /> |
|
|
<img :src="item.img" class="mb-2 shortcuts__item-img" /> |
|
|
<br /> |
|
|
|
|
|
<span>{{ item.name }}</span> |
|
|
<span>{{ item.name }}</span> |
|
|
</a-col> |
|
|
</a-col> |
|
|
</template> |
|
|
</template> |
|
|
@ -84,6 +83,8 @@ |
|
|
|
|
|
|
|
|
&-img { |
|
|
&-img { |
|
|
width: 36px; |
|
|
width: 36px; |
|
|
|
|
|
margin-left: auto; |
|
|
|
|
|
margin-right: auto; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
&-all { |
|
|
&-all { |
|
|
|