fix: cpu_offload is not shown when editting model

This commit is contained in:
jialin
2024-10-09 19:23:29 +08:00
parent 7b2098cf33
commit ecc683a6bd
8 changed files with 46 additions and 63 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ import ListItem from './list-item';
interface ListInputProps {
dataList: string[];
label: string;
description?: string;
description?: React.ReactNode;
btnText?: string;
options?: Global.HintOptions[];
placeholder?: string;
@@ -46,6 +46,7 @@
table {
width: 100%;
margin-bottom: 1.2em;
th {
font-weight: var(--font-weight-bold);