This is an automated email from the ASF dual-hosted git repository. critas pushed a commit to branch wx_0521 in repository https://gitbox.apache.org/repos/asf/iotdb-docs.git
commit e97f47544d77b5a3aa68d29dde8219c87dda5442 Author: CritasWang <[email protected]> AuthorDate: Wed May 21 14:28:23 2025 +0800 fix style --- src/.vuepress/styles/index.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/.vuepress/styles/index.scss b/src/.vuepress/styles/index.scss index d1ef8fb3..fd54a449 100644 --- a/src/.vuepress/styles/index.scss +++ b/src/.vuepress/styles/index.scss @@ -60,6 +60,13 @@ table { word-wrap: break-word; word-break: keep-all; + +} + +table { + a::after { + display: none !important; + } } td a span {
