Explorar el Código

article 默认不显示分栏

visuddhinanda hace 3 años
padre
commit
e9077d4575
Se han modificado 1 ficheros con 1 adiciones y 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>
           </ArticleCard>
         </div>
         </div>
-        <div style={{ flex: 5 }} ref={box}>
+        <div style={{ flex: 5, display: "none" }} ref={box}>
           <ArticleTabs onClose={closeCol} />
           <ArticleTabs onClose={closeCol} />
         </div>
         </div>
       </div>
       </div>