Merge branch 'develop' of https://e.coding.net/jikimo-hn/jikimo_sfs/jikimo_sf into feature/优化报废和返工

This commit is contained in:
jinling.yang
2024-06-06 09:36:51 +08:00

View File

@@ -522,3 +522,8 @@ div:has(.o_required_modifier) > label::before {
max-width: 100%; max-width: 100%;
overflow-x: auto; overflow-x: auto;
} }
// 设置表单页面label文本不换行
.o_form_view .o_group .o_wrap_label .o_form_label {
white-space: nowrap;
}