Procházet zdrojové kódy

Merge branch 'master' of https://git.nanodreamtech.com/wkw/wallet_app

wkw před 3 týdny
rodič
revize
37d878dbc9
1 změnil soubory, kde provedl 4 přidání a 3 odebrání
  1. 4 3
      src/views/wallet/index.vue

+ 4 - 3
src/views/wallet/index.vue

@@ -348,10 +348,11 @@
     flex-direction: column;
     height: calc(100vh - 50px);
     .bg-img{ 
-      height: 286px;
-      width: 100%;
+      height: 18.8rem; 
+      min-width: 100%;        
+      width: 100vw;
       position: absolute;
-      top: -4px;
+      top: -0.8rem;
       left: 0;
       z-index: -1;
     }