dev01 1 year ago
parent
commit
8170079fa8

+ 1 - 1
src/pages/reportdetail/reportdetail.js

@@ -402,7 +402,7 @@ class ReportDetail extends Component {
 
 
     const { data, visible, metadata, type, chapterType, chapters, aeList } = this.state
     const { data, visible, metadata, type, chapterType, chapters, aeList } = this.state
     return (
     return (
-      <View className='home'>
+      <View className='home main'>
         <View className='home-item'>
         <View className='home-item'>
           <View className='home-item-tit'>关联企业</View>
           <View className='home-item-tit'>关联企业</View>
           <View className='home-item-vals'>
           <View className='home-item-vals'>

+ 5 - 1
src/pages/reportdetail/reportdetail.scss

@@ -1,6 +1,10 @@
-.home {
+.main {
   background: #fff;
   background: #fff;
 
 
+}
+
+.home {
+
   &-line {
   &-line {
     height: 50px;
     height: 50px;
   }
   }

+ 1 - 1
src/pages/templatedetail/templatedetail.js

@@ -355,7 +355,7 @@ class TemplateDetail extends Component {
     // }
     // }
     const { data, visible, metadata, type, chapterType, chapters, aeList } = this.state
     const { data, visible, metadata, type, chapterType, chapters, aeList } = this.state
     return (
     return (
-      <View className='home'>
+      <View className='home main'>
         <View className='home-item'>
         <View className='home-item'>
           <View className='home-item-tit'>报告模板名称</View>
           <View className='home-item-tit'>报告模板名称</View>
           <Input
           <Input

+ 4 - 1
src/pages/templatedetail/templatedetail.scss

@@ -1,5 +1,8 @@
-.home {
+.main {
   background: #fff;
   background: #fff;
+}
+
+.home {
 
 
   &-line {
   &-line {
     height: 50px;
     height: 50px;