From 941a89cecc0c5b1f1f9eec21c6cd4eeeaf45ab5a Mon Sep 17 00:00:00 2001 From: caishi <1149225589@qq.com> Date: Mon, 26 Apr 2021 16:30:01 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=90=8E=E5=8F=B0=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E3=80=81=E4=BF=AE=E6=94=B9faq=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E7=9A=84table=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/mulan/HOC/Nav.jsx | 1 + src/mulan/license/Index.scss | 3 +++ 2 files changed, 4 insertions(+) diff --git a/src/mulan/HOC/Nav.jsx b/src/mulan/HOC/Nav.jsx index c8bb639b..8096cb62 100644 --- a/src/mulan/HOC/Nav.jsx +++ b/src/mulan/HOC/Nav.jsx @@ -22,6 +22,7 @@ function Nav({ users, headData , successFunc , quitFunc , match }){ const menus =(
) diff --git a/src/mulan/license/Index.scss b/src/mulan/license/Index.scss index 812b60ec..da773c6a 100644 --- a/src/mulan/license/Index.scss +++ b/src/mulan/license/Index.scss @@ -40,4 +40,7 @@ .markdown-body table td{ word-break: break-word; } + .markdown-body table{ + width: 100%!important; + } } \ No newline at end of file