未验证 提交 8fab44cb 编写于 作者: R rockfang 提交者: GitHub

[fix-9785][UI Next][dev] dynamic change height in viewlog when full screen (#9788)

上级 b2d21ae7
......@@ -156,7 +156,12 @@ export default defineComponent({
}
])}
>
<NLog rows={30} log={this.logRef} loading={this.logLoadingRef} />
<NLog
rows={30}
log={this.logRef}
loading={this.logLoadingRef}
style={{ height: isFullscreen ? 'calc(100vh - 140px)' : '525px' }}
/>
</Modal>
)
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册