Browse Source

环境标识

chenrui 3 years ago
parent
commit
d1a97ceab0
1 changed files with 5 additions and 2 deletions
  1. 5 2
      src/App.vue

+ 5 - 2
src/App.vue

@@ -43,11 +43,14 @@ export default {
   .envtipsBox{
     position: fixed;
     z-index: 100000;
-    background: #2700ff;
+    background: red;
     width: 230px;
     text-align: center;
     color: #fff;
     font-size: 30px;
-    bottom: 0;
+    top: 0;
+    left: 0;
+    width: 50%;
+    margin-left: 25%;
   }
 </style>