Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
1 Ответить
4776 Представления

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

Аватар
Отменить
Related Posts Ответы Просмотры Активность
2
нояб. 23
4437
2
мар. 24
2176
2
сент. 21
25873
0
янв. 17
3250
1
июн. 24
2355