DTcloud修改全局样式

104 阅读1分钟

固定 form 表头 header

image.png 修改全局样式:即可:

.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;
}