style: logs viewer scroll bar

This commit is contained in:
jialin
2024-09-14 19:12:29 +08:00
parent b8a20dbf68
commit 0adca93d5c
4 changed files with 16 additions and 18 deletions
@@ -42,13 +42,6 @@ const ViewCodeModal: React.FC<ViewModalProps> = (props) => {
title={
<span className="flex flex-center">
<span> {intl.formatMessage({ id: 'common.button.viewlog' })}</span>
{/* <Button size="middle" type="text" onClick={handleFullscreenToggle}>
{isFullScreenRef.current ? (
<FullscreenExitOutlined />
) : (
<FullscreenOutlined />
)}
</Button> */}
</span>
}
open={open}