fix: update fields value

This commit is contained in:
jialin
2025-04-30 14:56:34 +08:00
parent fe52238ac2
commit 69f398c594
7 changed files with 33 additions and 10 deletions
+1 -1
View File
@@ -55,7 +55,7 @@
padding-top: 100px;
display: flex;
justify-content: center;
background-color: rgba(255, 255, 255, 25%);
background-color: var(--color-fill-spin-bg);
}
.copy {
@@ -141,7 +141,7 @@ const LogsViewer: React.FC<LogsViewerProps> = forwardRef((props, ref) => {
const createChunkConnection = async () => {
chunkRequedtRef.current?.current?.abort?.();
setLoading(true);
chunkRequedtRef.current = setChunkFetch({
url,
params: {