This commit is contained in:
Ivan Office
2023-11-16 17:51:34 +08:00
parent c9738e08a9
commit 7d3b6b8e3e
2 changed files with 3 additions and 34 deletions

View File

@@ -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',

View File

@@ -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;
}
}