Sfoglia il codice sorgente

article 默认不显示分栏

visuddhinanda 3 anni fa
parent
commit
e9077d4575
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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>