Files
app-odoo/app_web_fullwidth/static/src/css/app_web_enhance.css
2018-05-16 02:31:15 +08:00

15 lines
198 B
CSS

/*
list标头不换行
*/
.table-responsive {
white-space: nowrap !important;
}
/*
sheet全宽
*/
.o_form_view .o_form_sheet_bg .o_form_sheet {
max-width: 98% !important;
width: 98%;
}