mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
15 lines
198 B
CSS
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%;
|
|
} |