File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -102,6 +102,7 @@ const FeaturePage = ({
102102 const note = tags . note || tags . notes
103103 return (
104104 < Page size = "A4" style = { styles . page } >
105+ < View style = { styles . header } fixed > </ View >
105106 < View style = { styles . pageContent } >
106107 < View style = { styles . columnLeft } >
107108 < Text style = { styles . presetName } > { preset . name || 'Observation' } </ Text >
@@ -158,6 +159,7 @@ const FeaturePage = ({
158159 ) }
159160 </ View >
160161 </ View >
162+ < View style = { styles . footer } fixed > </ View >
161163 </ Page >
162164 )
163165}
@@ -195,7 +197,7 @@ export default ReportViewPDF
195197const styles = StyleSheet . create ( {
196198 page : {
197199 backgroundColor : 'white' ,
198- paddingTop : 65 ,
200+ paddingTop : 120 ,
199201 paddingBottom : 35 ,
200202 paddingHorizontal : 35 ,
201203 flexDirection : 'row'
@@ -270,5 +272,8 @@ const styles = StyleSheet.create({
270272 fontSize : 12
271273 } ,
272274 header : {
275+ } ,
276+ footer : {
273277 }
278+
274279} )
You can’t perform that action at this time.
0 commit comments