From bdb2bbf255c3a6eeeb2e28bd3ae4aaa2d8bbf5e7 Mon Sep 17 00:00:00 2001 From: Kang Wang <888666wang4286@gmail.com> Date: Tue, 1 Oct 2024 01:33:28 +0000 Subject: [PATCH] =?UTF-8?q?model=E8=A1=A8=E6=A0=BC=E6=95=88=E6=9E=9C?= =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/containers/App/App.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/containers/App/App.css b/src/containers/App/App.css index 8ee90d8..195059b 100644 --- a/src/containers/App/App.css +++ b/src/containers/App/App.css @@ -1312,3 +1312,18 @@ span.formula_line::-webkit-scrollbar-track { padding-bottom: 15px; padding-right: 15px; } +.formula-scroll { + white-space: nowrap; + overflow-x: auto; + +} + +.formula-scroll::-webkit-scrollbar { + width: 3px; + height: 3px; +} + +.formula-scroll::-webkit-scrollbar-thumb { + background-color: #f5deb3; /* æ»šåŠ¨æ¡æ»‘å—的淡黄色 */ + border-radius: 10px; /* ä½¿æ»šåŠ¨æ¡æ›´åœ†æ»‘ */ +} \ No newline at end of file -- GitLab