fix: adjust border raduis

This commit is contained in:
jialin
2026-04-08 18:54:06 +08:00
committed by jialin
parent 53cd8ba00c
commit c73609d155
64 changed files with 473 additions and 164 deletions
@@ -65,7 +65,7 @@ const WorkerInfoContent: React.FC<NameCellProps> = ({ record, modelData }) => {
);
};
const useProviderColumns = (options: {
const useInstancesColumns = (options: {
workerList: workerListItem[];
clusterList: Global.BaseOption<
number,
@@ -112,6 +112,11 @@ const useProviderColumns = (options: {
backend: record.backend,
backend_version: record.backend_version
}}
styles={{
label: {
color: 'var(--ant-color-text)'
}
}}
></NameCell>
<div className="flex-center">
<ThunderboltFilled
@@ -213,4 +218,4 @@ const useProviderColumns = (options: {
}, [handleSelect, onCellClick, workerList, clusterList]);
};
export default useProviderColumns;
export default useInstancesColumns;