+ {userStorage.map((item: any, index: number) => {
+ return (
+
+ {
+ navigate(`/main/setting/${item.ossType}`);
+ }}
+ style={{
+ width: 350,
+ marginTop: 16,
+ marginLeft: 10,
+ }}
+ hoverable={true}>
+
+ }
+ title={item.name}
+ description={
+ <>
+
+ {" "}
+ 配置:{item.configCount}
+
+
+ 存储桶: {item.bucketCount}
+
+ >
+ }>
+
+
+ );
+ })}
+
+ >
+ )}