fix: ux bug

This commit is contained in:
jialin
2024-07-02 17:30:03 +08:00
parent 49efbd1a7f
commit 316019586f
19 changed files with 102 additions and 133 deletions
@@ -25,13 +25,13 @@ const ViewCodeModal: React.FC<ViewModalProps> = (props) => {
closeIcon={true}
maskClosable={false}
keyboard={false}
width={600}
width={'max(50%, 600px)'}
style={{ top: '80px' }}
footer={null}
>
<LogsViewer
content={content}
height={400}
height={500}
url={url}
params={{
follow: false