@@ -402,7 +402,7 @@ class ReportDetail extends Component {
const { data, visible, metadata, type, chapterType, chapters, aeList } = this.state
return (
- <View className='home'>
+ <View className='home main'>
<View className='home-item'>
<View className='home-item-tit'>关联企业</View>
<View className='home-item-vals'>
@@ -1,6 +1,10 @@
-.home {
+.main {
background: #fff;
+}
+
+.home {
&-line {
height: 50px;
}
@@ -355,7 +355,7 @@ class TemplateDetail extends Component {
// }
<View className='home-item-tit'>报告模板名称</View>
<Input
@@ -1,5 +1,8 @@