odoo里固定form表单上的header
作者:互联网
固定form表头header实现方式
修改全局样式:加个position: fixed; 即可
.o_form_view .o_form_statusbar { position: fixed; width:100%; z-index:999; margin-top: -12px } .o_form_view .o_form_sheet_bg > .o_form_sheet { padding-top: 55px !important; }
标签:sheet,form,top,header,odoo,position,fixed 来源: https://www.cnblogs.com/1314520xh/p/16299669.html