跳至内容
菜单
此问题已终结
1 回复
5789 查看

How can i add inline css in xml tag? 
<fieldname="date"/>
the css i wanted to add is below 
.o_field_widget.o_datepicker > input {

  1.     padding-right: 25px;

}
i copied this css by inspecting the element for ta date field

形象
丢弃
最佳答案

Hi,

You can add the inline css in XML as follows:-

<field name="date" style="padding-right: 25px;"/>


Regards

形象
丢弃
编写者

thank you so much cybrosys

相关帖文 回复 查看 活动
1
11月 22
4160
0
9月 22
1913
0
8月 23
1677
1
6月 25
1122
3
7月 25
2855