From 2b2221585383327dfe3f040a841e7bed2301c120 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?WEB=E8=AE=B8=E4=BD=95=E5=93=B2=5Cxuhez?= Date: Thu, 31 Aug 2023 10:16:16 +0800 Subject: [PATCH] =?UTF-8?q?sf=E5=93=81=E7=89=8C=E9=A1=B5=E9=9D=A2=E8=A1=A8?= =?UTF-8?q?=E6=A0=BC=E7=9A=84=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 --- sf_base/static/src/scss/test.scss | 20 ++++++-------------- 1 file changed, 6 insertions(+), 14 deletions(-) diff --git a/sf_base/static/src/scss/test.scss b/sf_base/static/src/scss/test.scss index 3868fb09..8495e5cd 100644 --- a/sf_base/static/src/scss/test.scss +++ b/sf_base/static/src/scss/test.scss @@ -121,20 +121,12 @@ td.o_required_modifier { //font-weight: bold; } -.o_list_table th > div > i { - display: none !important; +.text-truncate { + overflow: unset !important; + text-overflow: unset !important; + white-space: unset !important; } -body .o_list_table th:nth-child(4) { - width: 100px !important; +.o_list_renderer .o_list_table tbody > tr > td:not(.o_list_record_selector):not(.o_handle_cell):not(.o_list_button):not(.o_list_record_remove) { + white-space: nowrap !important; } - -//body .o_list_table th:nth-child(5) { -// width: 500px !important; -//} - -.o_list_renderer .o_list_table tbody > tr > td:not(.o_list_record_selector):not(.o_handle_cell):not(.o_list_button):not(.o_list_record_remove).o_list_text { - white-space: nowrap; - text-overflow: ellipsis; - overflow: hidden; -} \ No newline at end of file