mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
opt app_product_panel
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
|
||||
{
|
||||
'name': 'App Web Responsive Fullwidth (form view full width)',
|
||||
'version': '12.0.1.2',
|
||||
'version': '12.19.04.02',
|
||||
'category': 'web',
|
||||
'author': 'Sunpop.cn',
|
||||
'website': 'https://www.sunpop.cn',
|
||||
|
||||
@@ -41,4 +41,37 @@ sheet全宽
|
||||
.o_form_view .o_form_sheet_bg > .o_form_sheet {
|
||||
max-width: 98% !important;
|
||||
}
|
||||
}
|
||||
//xs: 0,
|
||||
//vsm: 475px,
|
||||
//sm: 576px,
|
||||
//md: 768px,
|
||||
//lg: 992px,
|
||||
//xl: 1200px,
|
||||
//xxl: 1534px,
|
||||
|
||||
/*
|
||||
不将chatter显示在右边,form全宽
|
||||
*/
|
||||
//将原来 768时的 flex 调整为一直不flex
|
||||
.o_form_view {
|
||||
@include media-breakpoint-up(md) {
|
||||
display: block;
|
||||
}
|
||||
@include media-breakpoint-up(xl) {
|
||||
display: block;
|
||||
.o_form_sheet_bg > .o_form_sheet {
|
||||
max-width: 98% !important;
|
||||
}
|
||||
}
|
||||
@include media-breakpoint-up(xxl) {
|
||||
display: block;
|
||||
.oe_chatter {
|
||||
width: auto;
|
||||
max-width: 1474px;
|
||||
}
|
||||
}
|
||||
.o_form_sheet_bg {
|
||||
width: auto;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user