[Fix] Set the log unavailable.
diff --git a/studio/components/log/index.tsx b/studio/components/log/index.tsx
index f32e801..44bd236 100644
--- a/studio/components/log/index.tsx
+++ b/studio/components/log/index.tsx
@@ -72,7 +72,10 @@
       return (
         <div
           class={styles['log-wrap']}
-          style={{ height: `${layoutStore.getLogHeight}px` }}
+          style={{
+            height: `${layoutStore.getLogHeight}px`,
+            display: layoutStore.getLogHeight ? 'block' : 'none'
+          }}
         >
           <NTabs type='card' closable size='small'>
             {{