ソースを参照

添加 paper class

visuddhinanda 1 年間 前
コミット
4d96a6420c
1 ファイル変更1 行追加1 行削除
  1. 1 1
      dashboard/src/components/article/ArticleView.tsx

+ 1 - 1
dashboard/src/components/article/ArticleView.tsx

@@ -125,7 +125,7 @@ const ArticleViewWidget = ({
         ? html.map((item, id) => {
             return (
               <div key={id}>
-                <MdView className="pcd_article" html={item} />
+                <MdView className="pcd_article paper paper_zh" html={item} />
               </div>
             );
           })