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

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
3962
0
9月 22
1734
0
8月 23
1488
1
6月 25
674
3
5月 25
2426