Browse Source

Merge branch 'dev' of http://192.168.0.115:3000/bill/traffic-laser into dev

bill 1 year ago
parent
commit
3aef529de1
1 changed files with 6 additions and 0 deletions
  1. 6 0
      src/assets/public.scss

+ 6 - 0
src/assets/public.scss

@@ -467,5 +467,11 @@ samp {
     .menu.active {
       background-color: rgba(255, 255, 255, 0.1);
     }
+    .info-layout {
+      // background: #fff;
+      .info-bottom>div {   
+        background:rgba(255,255,255,0.1);
+      }
+    }
   }
 }