mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
opt
This commit is contained in:
@@ -72,7 +72,7 @@
|
||||
],
|
||||
'web.assets_backend': [
|
||||
# ('before', 'web/static/src/views/**/*', 'app_web_enterprise/static/src/scss/app_style_before.scss'),
|
||||
# ('after', 'web/static/src/views/**/*', 'app_web_enterprise/static/src/scss/app_style_after.scss'),
|
||||
('after', 'web/static/src/views/**/*', 'app_web_enterprise/static/src/scss/app_style_after.scss'),
|
||||
# 'app_web_enterprise/static/src/components/*/*.xml',
|
||||
'app_web_enterprise/static/src/webclient/navbar.xml',
|
||||
'app_web_enterprise/static/src/xml/res_config_edition.xml',
|
||||
|
||||
@@ -32,10 +32,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
//列表标头下显示边框,标尾头显示边框
|
||||
> :not(:first-child) {
|
||||
border-top-width: 2px;
|
||||
}
|
||||
//列表标头左右下显示边框
|
||||
--ListRenderer-thead-border-end-color: #{map-get($grays, '300')};
|
||||
|
||||
@@ -59,37 +55,10 @@
|
||||
min-width: 4rem;
|
||||
}
|
||||
}
|
||||
@media (max-width: 768px) {
|
||||
.o_form_view .o_form_view_container {
|
||||
.o_form_sheet_bg .o_form_sheet {
|
||||
margin: 6px auto;
|
||||
max-width: 98%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
.o_form_view .o_form_view_container .o_form_sheet_bg .o_form_sheet {
|
||||
max-width: 98%;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 992px) {
|
||||
.o_form_view .o_form_view_container .o_form_sheet_bg .o_form_sheet {
|
||||
max-width: 98%;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 1200px) {
|
||||
.o_form_view .o_form_view_container .o_form_sheet_bg .o_form_sheet {
|
||||
max-width: 98%;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@media (min-width: 1400px) {
|
||||
.o_form_view .o_form_view_container .o_form_sheet_bg .o_form_sheet {
|
||||
max-width: 98%;
|
||||
.o_form_view .o_form_view_container .o_notebook .o_notebook_headers {
|
||||
overflow-x: inherit;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user