year hace 1 mes
padre
commit
47e9230aa3
Se han modificado 2 ficheros con 7 adiciones y 0 borrados
  1. 3 0
      src/components/Layout/Sidebar.tsx
  2. 4 0
      src/components/Layout/style.module.scss

+ 3 - 0
src/components/Layout/Sidebar.tsx

@@ -113,6 +113,9 @@ const Sidebar: FC<PropsWithChildren<Props>> = (props) => {
             {
                 text: "Baixar APP",
                 icon: "/sidebar/app.png",
+                handle: () => {
+                    router.push("/download");
+                },
             },
             {
                 text: "atendimento ao Cliente",

+ 4 - 0
src/components/Layout/style.module.scss

@@ -14,6 +14,7 @@
     text-align: center;
     padding: 0.1rem 0;
     border-radius: 0.06rem;
+    cursor: pointer;
     img {
         display: inline-block;
         height: 0.34rem;
@@ -40,6 +41,7 @@
     grid-template-columns: repeat(2, 1fr);
     gap: 0.12rem;
     .qianbaoItem {
+        cursor: pointer;
         display: flex;
         align-items: center;
         justify-content: center;
@@ -55,6 +57,7 @@
     gap: 0.12rem;
     .promotionItem {
         width: 100%;
+        cursor: pointer;
         img {
             width: 100%;
         }
@@ -64,6 +67,7 @@
     display: flex;
     align-items: center;
     margin: 0.1rem 0 0 0;
+    cursor: pointer;
     img {
         width: 0.3rem;
         margin-right: 0.1rem;