update
This commit is contained in:
@@ -145,7 +145,7 @@ const NormalTable = ({
|
||||
)
|
||||
: data?.map((item, index) => (
|
||||
<Tr
|
||||
cursor={"pointer"}
|
||||
// cursor={"pointer"}
|
||||
transition={"0.2s all"}
|
||||
maxH={8}
|
||||
bg={index % 2 === 0 ? "" : "forestGreen.50"}
|
||||
|
||||
Reference in New Issue
Block a user