mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
add fullwidth
This commit is contained in:
15
app_web_fullwidth/static/src/css/app_web_enhance.css
Normal file
15
app_web_fullwidth/static/src/css/app_web_enhance.css
Normal 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%;
|
||||
}
|
||||
Reference in New Issue
Block a user