From 9a5c0827993b7269365331db88f3d215a5159649 Mon Sep 17 00:00:00 2001 From: Kang Wang <888666wang4286@gmail.com> Date: Tue, 1 Oct 2024 01:47:24 +0000 Subject: [PATCH] Update file App.css --- src/containers/App/App.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/containers/App/App.css b/src/containers/App/App.css index 1cade48..f6c0fdc 100644 --- a/src/containers/App/App.css +++ b/src/containers/App/App.css @@ -1302,7 +1302,7 @@ span.formula_line::-webkit-scrollbar-track { max-width: 200px; word-wrap: break-word; word-break: break-all; /* 强制在边界处æ–å— */ - text-align: left; + text-align: center; overflow:visible; white-space: normal; } @@ -1327,4 +1327,9 @@ span.formula_line::-webkit-scrollbar-track { .formula-scroll::-webkit-scrollbar-thumb { background-color: #f5deb3; /* æ»šåŠ¨æ¡æ»‘å—的淡黄色 */ border-radius: 10px; /* ä½¿æ»šåŠ¨æ¡æ›´åœ†æ»‘ */ -} \ No newline at end of file +} + +.model-table.three-line-table{ + max-width: 80%; +} + -- GitLab