scorpio 2 years ago
parent
commit
4b65c7cd6f
2 changed files with 4 additions and 4 deletions
  1. 3 3
      src/views/home/details.vue
  2. 1 1
      src/views/home/pro_detail.vue

+ 3 - 3
src/views/home/details.vue

@@ -1,5 +1,5 @@
 <template>
-  <div class="flex flex-justify-start full-height wrapper">
+  <div class="flex flex-justify-start full-height wrapper padding-top">
     <div class="full-height">
       <left-bar
         :active="type === '0' ? -1 : active"
@@ -34,8 +34,8 @@
 
 <route>
 {
-name: '项目详情',
-meta: { layout: 'empty', }
+name: '资料管理',
+meta: { layout: 'empty' }
 }
 </route>
 

+ 1 - 1
src/views/home/pro_detail.vue

@@ -1,5 +1,5 @@
 <template>
-  <div class="flex flex-justify-start wrapper">
+  <div class="flex flex-justify-start wrapper padding-top">
     <div class="full-height left">
       <pro-left
         :data="data"