固定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;
}
心有猛虎,细嗅蔷薇