跳至內容
選單
此問題已被標幟
1 回覆
4603 瀏覽次數

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
4318
2
3月 24
2006
2
9月 21
25705
0
1月 17
3141
1
6月 24
2220