From 2ccdc21568beb5ca0a5867a7bdbb300a8ae82208 Mon Sep 17 00:00:00 2001 From: Tim Date: Mon, 1 Sep 2025 19:47:24 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20markdown=E6=B8=B2=E6=9F=93=E7=9A=84?= =?UTF-8?q?=E5=88=86=E5=89=B2=E7=BA=BF=E6=9C=89=E7=82=B9=E6=B7=B1=20#767?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend_nuxt/assets/global.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/frontend_nuxt/assets/global.css b/frontend_nuxt/assets/global.css index 1d97aaaf4..f8744fb84 100644 --- a/frontend_nuxt/assets/global.css +++ b/frontend_nuxt/assets/global.css @@ -245,6 +245,14 @@ body { overflow-x: auto; /* 小屏可横向滚动 */ } +.info-content-text hr { + border: none; + border-top: 1px solid var(--normal-border-color); + padding: 0; + height: 1px; + width: 100%; +} + .info-content-text thead th { background-color: var(--primary-color); color: #fff;