From 1b1c6cf47831887a23ee6964dd07ba95851bbb6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o?= Date: Fri, 7 Feb 2025 14:48:30 +0100 Subject: [PATCH] style DONE, --- src/style.css | 16 ++++++++++- src/views/Dashboard.vue | 57 ++++++++++++++++++++++++---------------- src/views/Login.vue | 2 +- src/views/Products.vue | 17 ++++++------ src/views/Warehouses.vue | 4 +-- 5 files changed, 60 insertions(+), 36 deletions(-) diff --git a/src/style.css b/src/style.css index 95580e1..8366af8 100644 --- a/src/style.css +++ b/src/style.css @@ -21,7 +21,12 @@ a { a:hover { color: #535bf2; } - +li{ + list-style-type: none; +} +ul{ + padding: 0 !important; +} h1 { font-size: 3.2em; line-height: 1.1; @@ -95,4 +100,13 @@ h1 { display: flex; flex-direction: column; align-items: center; +} + +.carousel-products{ + display:flex; + flex-direction:column; + align-items:center; + gap: 1rem; + padding-bottom: 2rem; + } \ No newline at end of file diff --git a/src/views/Dashboard.vue b/src/views/Dashboard.vue index d01200a..14b02af 100644 --- a/src/views/Dashboard.vue +++ b/src/views/Dashboard.vue @@ -12,6 +12,8 @@ import IftaLabel from 'primevue/iftalabel'; import Button from 'primevue/button' import { useToast } from 'primevue/usetoast'; import Divider from 'primevue/divider'; +import ScrollPanel from 'primevue/scrollpanel'; +import Chip from 'primevue/chip'; const toast = useToast(); @@ -139,46 +141,53 @@ function makeAlert(productsAlerts){
-
+
+
    -
  • - {{ warehouse.name }} +
  • +

    {{ warehouse.name }}

    +
+
-
+ - - + + - +
-
+
@@ -186,10 +195,12 @@ function makeAlert(productsAlerts){ :numVisible="3" :numScroll="1" > - - + - + - + - +