fix ui bugs (#51)

* fix: adjust upload step handling and improve error display in configuration step
This commit is contained in:
chenghh-9609
2025-10-31 17:49:10 +08:00
committed by GitHub
parent a055546873
commit 07edf16044
3 changed files with 17 additions and 14 deletions

View File

@@ -97,8 +97,8 @@ export function ListView({ operators = [], pagination, operations }) {
>
<List.Item.Meta
avatar={
<div className="w-12 h-12 bg-gradient-to-br from-blue-100 to-blue-200 rounded-lg flex items-center justify-center">
{operator?.icon}
<div className="w-12 h-12 bg-gradient-to-br from-sky-300 to-blue-500 rounded-lg flex items-center justify-center">
<div className="w-8 h-8 text-white">{operator?.icon}</div>
</div>
}
title={