zhaozhipeng 3 년 전
부모
커밋
5f5c877d40
2개의 변경된 파일1개의 추가작업 그리고 5개의 파일을 삭제
  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>
 <template>
   <div class="index">
   <div class="index">
-    1
     <Layout style="height: 100%;background-color: transparent">
     <Layout style="height: 100%;background-color: transparent">
-      2
       <Content class="content">
       <Content class="content">
-        3
         <router-view></router-view>
         <router-view></router-view>
       </Content>
       </Content>
     </Layout>
     </Layout>
@@ -48,7 +45,7 @@ export default {
     height: 100%;
     height: 100%;
     position: relative;
     position: relative;
     overflow: hidden;
     overflow: hidden;
-    // background-image: url('~@/assets/images/index_bg.png');
+    background-image: url('~@/assets/images/index_bg.png');
     background-size: 100% 100%;
     background-size: 100% 100%;
     background-position: center;
     background-position: center;
     .content{
     .content{

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

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