From 28a1cd5cf77f6368f193149365970a8eac7af981 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=87=E5=A4=A9?= Date: Fri, 8 May 2020 09:42:44 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E6=96=B0=E6=9E=84=E5=BB=BA=E8=A1=A8?= =?UTF-8?q?=E6=A0=BC=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/markd/index.wc | 1 - src/table/index.wc | 148 +++++++++++++++++++++++++++++++++------------ 2 files changed, 110 insertions(+), 39 deletions(-) diff --git a/src/markd/index.wc b/src/markd/index.wc index 22684f8..6519c6e 100644 --- a/src/markd/index.wc +++ b/src/markd/index.wc @@ -221,7 +221,6 @@ table { border-collapse: collapse; tr { - border-top: 1px solid #ccc; background-color: #fff; } thead tr { diff --git a/src/table/index.wc b/src/table/index.wc index 3ce7af9..0e7b79e 100644 --- a/src/table/index.wc +++ b/src/table/index.wc @@ -1,27 +1,71 @@