Explorar o código

article 默认不显示分栏

visuddhinanda %!s(int64=3) %!d(string=hai) anos
pai
achega
e9077d4575
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      dashboard/src/pages/library/article/show.tsx

+ 1 - 1
dashboard/src/pages/library/article/show.tsx

@@ -57,7 +57,7 @@ const Widget = () => {
             />
           </ArticleCard>
         </div>
-        <div style={{ flex: 5 }} ref={box}>
+        <div style={{ flex: 5, display: "none" }} ref={box}>
           <ArticleTabs onClose={closeCol} />
         </div>
       </div>