Ver Fonte

添加 paper class

visuddhinanda há 1 ano atrás
pai
commit
4d96a6420c
1 ficheiros alterados com 1 adições e 1 exclusões
  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>
             );
           })