fix: adjust layout styles for header and dataset update (#22182)

This commit is contained in:
Wu Tianwei
2025-07-11 11:17:28 +08:00
committed by GitHub
parent e576b989b8
commit c805238471
4 changed files with 30 additions and 19 deletions

View File

@@ -1,6 +1,5 @@
.filePreview {
@apply flex flex-col border-l border-components-panel-border shrink-0 bg-background-default-lighter;
width: 528px;
}
.previewHeader {
@@ -28,6 +27,7 @@
background: #f9fafb center no-repeat url(../assets/Loading.svg);
background-size: contain;
}
.fileContent {
white-space: pre-line;
}