chaooo 2 лет назад
Родитель
Сommit
5f2b21cad1
2 измененных файлов с 2 добавлено и 21 удалено
  1. 1 1
      .env.production
  2. 1 20
      src/views/areaboard/index.vue

+ 1 - 1
.env.production

@@ -2,4 +2,4 @@
 
 VITE_APP_TITLE = 'shuimuai-dashboard-h5'
 VITE_APP_PORT = 3000
-VITE_APP_BASE_API = 'http://devapi.shuimuai.com/'
+VITE_APP_BASE_API = 'https://devapi.shuimuai.com/'

+ 1 - 20
src/views/areaboard/index.vue

@@ -599,30 +599,11 @@ onMounted(() => {
   }
 
   .empty {
-    box-sizing: border-box;
-    height: 400px;
-    padding-top: 200px;
-    text-align: center;
-    background-image: url("../../assets/empty.png");
-    background-repeat: no-repeat;
-    background-position: center 30%;
-
-    p {
-      font-size: 14px;
-      color: #a1a1a1;
-
-      &.red {
-        color: #e04962;
-      }
-    }
+    padding: 200px 0;
   }
 }
 
 .mobile .el-col {
   margin-bottom: 10px;
 }
-
-.empty {
-  padding: 200px 0;
-}
 </style>