zhaozhipeng 3 years ago
parent
commit
5f5c877d40
2 changed files with 1 additions and 5 deletions
  1. 1 4
      src/views/Index.vue
  2. 0 1
      src/views/maintain/index.vue

+ 1 - 4
src/views/Index.vue

@@ -1,10 +1,7 @@
 <template>
   <div class="index">
-    1
     <Layout style="height: 100%;background-color: transparent">
-      2
       <Content class="content">
-        3
         <router-view></router-view>
       </Content>
     </Layout>
@@ -48,7 +45,7 @@ export default {
     height: 100%;
     position: relative;
     overflow: hidden;
-    // background-image: url('~@/assets/images/index_bg.png');
+    background-image: url('~@/assets/images/index_bg.png');
     background-size: 100% 100%;
     background-position: center;
     .content{

+ 0 - 1
src/views/maintain/index.vue

@@ -1,6 +1,5 @@
 <template>
   <div class="container">
-    4
     <div class="container-title" :style="{fontSize: resizeWidth * 0.01875 + 'px'}">{{common.pageTitle}}</div>
     <div class="index-logo" :style="{width: resizeWidth * 0.305 + 'px', height: resizeWidth * 0.283 + 'px'}"></div>
     <div class="index-icon sqp-icon" :style="{width: resizeWidth * 0.138 + 'px', height: resizeWidth * 0.096 + 'px',