From 26319beaa45de34bedba98318f3bc8fff74eba8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?WEB=E8=AE=B8=E4=BD=95=E5=93=B2=5Cxuhez?= Date: Thu, 6 Jul 2023 14:22:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/jikimo_sf.iml | 2 +- fixed_header_list/.idea/workspace.xml | 47 +++++++++++++++++++++++++++ sf_warehouse/__manifest__.py | 2 +- sf_warehouse/static/src/change.scss | 9 +++-- zpl_print/__manifest__.py | 5 +++ 5 files changed, 61 insertions(+), 4 deletions(-) create mode 100644 fixed_header_list/.idea/workspace.xml diff --git a/.idea/jikimo_sf.iml b/.idea/jikimo_sf.iml index 735af015..438c2779 100644 --- a/.idea/jikimo_sf.iml +++ b/.idea/jikimo_sf.iml @@ -2,7 +2,7 @@ - + diff --git a/fixed_header_list/.idea/workspace.xml b/fixed_header_list/.idea/workspace.xml new file mode 100644 index 00000000..c04af466 --- /dev/null +++ b/fixed_header_list/.idea/workspace.xml @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + 1686036004857 + + + + + + \ No newline at end of file diff --git a/sf_warehouse/__manifest__.py b/sf_warehouse/__manifest__.py index 6ad297c8..80b26a0f 100644 --- a/sf_warehouse/__manifest__.py +++ b/sf_warehouse/__manifest__.py @@ -23,7 +23,7 @@ 'web.assets_qweb': [ ], 'web.assets_backend':[ - # 'sf_tool_management/static/src/change.scss' + 'sf_warehouse/static/src/change.scss' ] diff --git a/sf_warehouse/static/src/change.scss b/sf_warehouse/static/src/change.scss index 40fdcc8e..c649b52c 100644 --- a/sf_warehouse/static/src/change.scss +++ b/sf_warehouse/static/src/change.scss @@ -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; +} -} \ No newline at end of file diff --git a/zpl_print/__manifest__.py b/zpl_print/__manifest__.py index 61c15b2c..7956cac5 100644 --- a/zpl_print/__manifest__.py +++ b/zpl_print/__manifest__.py @@ -17,6 +17,11 @@ ], 'qweb': [ ], + 'assets': { + 'web.assets_backend': [ + 'jikimo_sfs/zpl_print/static/src/scss/changes.scss' + ] + }, 'installable': True, 'application': False, 'auto_install': False,