mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
opt
This commit is contained in:
@@ -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