样式修改

This commit is contained in:
WEB许何哲\xuhez
2023-07-06 14:22:34 +08:00
parent f31becc215
commit 26319beaa4
5 changed files with 61 additions and 4 deletions

View File

@@ -23,7 +23,7 @@
'web.assets_qweb': [
],
'web.assets_backend':[
# 'sf_tool_management/static/src/change.scss'
'sf_warehouse/static/src/change.scss'
]

View File

@@ -6,6 +6,11 @@
display:none
}
.modal-content .o_list_button {
.o_component_with_search_panel .o_search_panel {
width: auto !important;
}
.o_component_with_search_panel .overflow-auto {
overflow: unset !important;
}
}