This commit is contained in:
parent
952bef7e82
commit
14b9a357ef
|
|
@ -156,7 +156,7 @@ export function DetailPageHeader({ data }: { data: any }) {
|
||||||
<div className="flex items-start space-x-6">
|
<div className="flex items-start space-x-6">
|
||||||
{/* 左图标(可点) */}
|
{/* 左图标(可点) */}
|
||||||
<button
|
<button
|
||||||
className="group flex items-center justify-center w-24 h-24 md:w-32 md:h-32 border transition rounded-xl"
|
className="group flex items-center justify-center w-24 h-24 md:w-32 md:h-32 border transition"
|
||||||
onClick={() => handleClick("icon")}
|
onClick={() => handleClick("icon")}
|
||||||
disabled={loading}
|
disabled={loading}
|
||||||
>
|
>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue