Ver Fonte

retirando sombras

Gustavo Zanatta há 1 semana atrás
pai
commit
3388f5fc40

+ 1 - 2
src/components/dashboard/DashboardProvidersClose.vue

@@ -57,8 +57,7 @@
       <q-card
         v-for="p in data"
         :key="p.provider_id"
-        class="card-border bg-page text-text q-mb-sm"
-        :flat="false"
+        class="bg-page text-text q-mb-sm"
       >
         <q-card-section class="row no-wrap q-pa-sm">
           <div class="row no-wrap full-width">

+ 0 - 1
src/pages/search/SearchPage.vue

@@ -151,7 +151,6 @@
         <q-card
           v-for="p in sortedProviders"
           :key="p.provider_id"
-          :flat="false"
           class="card-border bg-page text-text q-mb-sm"
           @click="openProviderInfo(p)"
         >