chore: npu ux for add worker

This commit is contained in:
jialin
2025-04-09 15:46:30 +08:00
parent ade1db5215
commit fe8ff2b180
20 changed files with 228 additions and 62 deletions
+1 -1
View File
@@ -143,7 +143,7 @@ export const Label = styled.div.attrs<{
}
&.blur-no-value {
top: 21px;
top: 20px;
transition: all 0.2s var(--seal-transition-func);
}
@@ -126,7 +126,6 @@ const InputWrapper = styled.div`
}
.seal-textarea-wrapper {
height: auto;
padding-bottom: 10px;
padding-right: 10px;
}
`;