add fullwidth

This commit is contained in:
ivan deng
2018-05-16 02:31:15 +08:00
parent 5575caf010
commit 1699f0520e
20 changed files with 393 additions and 0 deletions

View File

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