feat: add hide button bug

This commit is contained in:
lyf 2024-08-21 17:20:50 +08:00
parent dedfff1ce0
commit b90e346572
2 changed files with 1 additions and 2 deletions

View File

@ -255,7 +255,6 @@ export function Artifacts() {
ref={previewRef} ref={previewRef}
autoHeight={false} autoHeight={false}
height={"100%"} height={"100%"}
ref={previewRef}
onLoad={(title) => { onLoad={(title) => {
setFileName(title as string); setFileName(title as string);
setLoading(false); setLoading(false);

View File

@ -304,7 +304,7 @@ pre {
} }
} }
pre{ pre{
.show-hide-button { .show-hide-button {
border-radius: 10px; border-radius: 10px;
position: absolute; position: absolute;