fix: cpu_offload is not shown when editting model
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user