add app_web_enterprise

This commit is contained in:
ivan deng
2018-05-04 21:36:35 +08:00
parent 83a2adbea3
commit 28b8627876
38 changed files with 622 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%;
}