Explorar o código

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

Leon %!s(int64=4) %!d(string=hai) anos
pai
achega
7d9b521c69
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      src/views/dashboard/workbench/components/ShortCuts.vue

+ 2 - 1
src/views/dashboard/workbench/components/ShortCuts.vue

@@ -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 {