fix: 莫名修改
This commit is contained in:
parent
6a243220a8
commit
f87e15e76d
|
|
@ -1276,7 +1276,7 @@ function ArtifactOfficePreview({
|
||||||
type="button"
|
type="button"
|
||||||
className={cn(
|
className={cn(
|
||||||
"rounded px-4 py-3 text-xs whitespace-nowrap",
|
"rounded px-4 py-3 text-xs whitespace-nowrap",
|
||||||
activeSheet === sheetName
|
activeSheet === sheetNames[0]
|
||||||
? "bg-[#1500331a] text-[#000000]"
|
? "bg-[#1500331a] text-[#000000]"
|
||||||
: "text-muted-foreground hover:text-foreground",
|
: "text-muted-foreground hover:text-foreground",
|
||||||
)}
|
)}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue