소스 검색

Merge branch 'deploy' of http://git.chelingzhu.com/jianguan-web/qpls-it-html into deploy
啊撒打发

lilei 3 년 전
부모
커밋
39a0d8f67d
2개의 변경된 파일6개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      .env.practice
  2. 5 2
      src/App.vue

+ 1 - 1
.env.practice

@@ -1,5 +1,5 @@
 NODE_ENV=production
-VUE_APP_PREVIEW=true
+VUE_APP_PREVIEW=false
 VUE_APP_API_BASE_URL=https://t.qpls-it.360arrow.com/qpls-it
 VUE_APP_VERSION=V1.0.1
 VUE_APP_ENVTIPS=练习环境

+ 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>