Unverified 提交 7d9b521c 作者: Leon 提交者: GitHub

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

上级 fefcc5ee
...@@ -7,7 +7,6 @@ ...@@ -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 @@ ...@@ -84,6 +83,8 @@
&-img { &-img {
width: 36px; width: 36px;
margin-left: auto;
margin-right: auto;
} }
&-all { &-all {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论