fix: model logs loading

This commit is contained in:
jialin
2024-11-29 13:41:28 +08:00
parent 890287ce72
commit 435161854c
13 changed files with 104 additions and 26 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
width: 100%;
:global(.label-val) {
position: absolute;
position: absolute !important;
top: -14px;
right: -14px;
width: 80px;
+1 -1
View File
@@ -86,7 +86,7 @@
height: fit-content;
top: -10px;
font-size: var(--font-size-middle);
left: calc(50% + 19px);
left: calc(50% + 14px);
transform: translateX(-50%);
background-color: transparent;
}