Explorar o código

style: alteracoes no bloco 'perto de voce': tamanho da fonte do seletor de periodos, label do botao, padrao inicial é 6h

Gustavo Zanatta hai 1 día
pai
achega
199d97f02a
Modificáronse 1 ficheiros con 5 adicións e 5 borrados
  1. 5 5
      src/components/dashboard/DashboardProvidersClose.vue

+ 5 - 5
src/components/dashboard/DashboardProvidersClose.vue

@@ -10,11 +10,11 @@
           color="text-light"
           flat
           icon="mdi-chevron-left"
-          size="sm"
+          size="md"
           @click="setPeriodTypePrevious"
         />
 
-        <span class="font10 fontbold">
+        <span class="font12 fontbold">
           {{ showCorrectLabels() }}
         </span>
 
@@ -22,7 +22,7 @@
           color="text-light"
           flat
           icon="mdi-chevron-right"
-          size="sm"
+          size="md"
           @click="setPeriodTypeNext"
         />
       </div>
@@ -132,7 +132,7 @@
                     rounded
                     size="sm"
                     unelevated
-                    :label="$t('dashboard_client.providers_close.schedule')"
+                    :label="$t('dashboard_client.favorites.view_schedule')"
                     @click="goToScheduling(p)"
                   />
                 </div>
@@ -161,7 +161,7 @@ const { t } = useI18n();
 
 const $q = useQuasar();
 
-const currentPeriodType = ref(8);
+const currentPeriodType = ref(6);
 
 const periodTypeMap = ref({
   2: "daily_price_2h",