콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
1 회신
5065 화면

How can I change the font size in all reports?


Which view should I inherit? Is it web.report_layout?


I can't find where font size is set


아바타
취소
베스트 답변

Hi,

To change the font size of all reports you need to inherit the report_layout.

You can add the font style for a div with id "wrapwrap" inside the template.


example:

 <template id="inherit_report_layout"
inherit_id="web.report_layout">
        <xpath expr="//div[@id='wrapwrap']"
               position="attributes">

               <attribute name="style">font-size:10px;</attribute>
        </xpath>

</template>


Hope its helpful


Hope it helps

아바타
취소
관련 게시물 답글 화면 활동
2
11월 23
4582
2
3월 24
2455
2
9월 21
26052
0
1월 17
3400
1
6월 24
2550