Kaynağa Gözat

no default background image

Michael Wang 6 yıl önce
ebeveyn
işleme
c4dc0e9036
1 değiştirilmiş dosya ile 3 ekleme ve 10 silme
  1. 3 10
      public/index.html

+ 3 - 10
public/index.html

@@ -23,22 +23,15 @@
       top: 0;
       left: 0;
     }
-    .app-placeholder-img {
-      background-image: url(https://cdn.qmth.com.cn/ui/ecs-client-bg.jpg!/progressive/true);
-      background-position: center;
-      background-repeat: no-repeat;
-      background-size: cover;
-      width: 100vw;
-      min-height: 600px;
-    }
   </style>
 
   <body>
     <div id="app-placeholder">
-      <div style="height: 120px; font-size: 40px; text-align: center">
+      <div
+        style="height: 120px; font-size: 40px; text-align: center; width: 100vw"
+      >
         程序加载中...
       </div>
-      <div class="app-placeholder-img"></div>
     </div>
 
     <script>