diff --git a/src/.vuepress/styles/index.scss b/src/.vuepress/styles/index.scss index d1ef8fb37..fd54a4499 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 {