From 048b97d9fe80534ab621e340cfcf1ed3688e351b Mon Sep 17 00:00:00 2001 From: Kang Wang <888666wang4286@gmail.com> Date: Mon, 30 Sep 2024 13:59:57 +0000 Subject: [PATCH] =?UTF-8?q?model=E8=A1=A8=E6=A0=BC=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=80=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/containers/App/App.css | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/src/containers/App/App.css b/src/containers/App/App.css index 38d38ef..6d25773 100644 --- a/src/containers/App/App.css +++ b/src/containers/App/App.css @@ -1291,4 +1291,20 @@ span.formula_line::-webkit-scrollbar-track { .col-10.model-font{ padding-left: 40px; -} \ No newline at end of file +} + +.model-table.three-line-table th, .model-table.three-line-table td { + width: 20%; + max-width: 200px; + word-wrap: break-word; + word-break: break-all; /* 强制在边界处æ–å— */ + text-align: left; + overflow:visible; + white-space: normal; +} + +.model-table.three-line-table td{ + padding-top: 15px; + padding-bottom: 15px; + padding-right: 15px; +} -- GitLab