diff --git a/jikimo_frontend/static/src/scss/custom_style.scss b/jikimo_frontend/static/src/scss/custom_style.scss index e199a938..7f11b5f5 100644 --- a/jikimo_frontend/static/src/scss/custom_style.scss +++ b/jikimo_frontend/static/src/scss/custom_style.scss @@ -521,4 +521,9 @@ div:has(.o_required_modifier) > label::before { .o_list_renderer.o_renderer { max-width: 100%; overflow-x: auto; +} + +// 设置表单页面label文本不换行 +.o_form_view .o_group .o_wrap_label .o_form_label { + white-space: nowrap; } \ No newline at end of file