You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2023/04/23 01:15:20 UTC

[iotdb] branch master updated: feat(site): fix display error for docs has table (#9669)

This is an automated email from the ASF dual-hosted git repository.

haonan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/master by this push:
     new 50e419f132 feat(site): fix display error for docs has table (#9669)
50e419f132 is described below

commit 50e419f13248831e18c443595e56f4c818e8dcc2
Author: CritasWang <cr...@outlook.com>
AuthorDate: Sun Apr 23 09:15:13 2023 +0800

    feat(site): fix display error for docs has table (#9669)
---
 site/src/main/.vuepress/styles/index.scss | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/site/src/main/.vuepress/styles/index.scss b/site/src/main/.vuepress/styles/index.scss
index 98998acd21..53f586a53f 100644
--- a/site/src/main/.vuepress/styles/index.scss
+++ b/site/src/main/.vuepress/styles/index.scss
@@ -44,4 +44,8 @@
 //       color: #ccc;
 //     }
 //   }
-// }
\ No newline at end of file
+// }
+
+td a span{
+  display: none;
+}
\ No newline at end of file