Next:mui:client.ts:59 The pseudo class “:nth-child“ is potentially unsafe when doing server-side ren
client.ts:59Thepseudoclass":nth-child"ispotentiallyunsafewhendoingserver-siderendering.Trychangingitto":nth-of-type"这个警告是因为在服务器端渲染(SSR)中使用:nth-child伪类可能会导致一些问题,因为服务器和客户端的渲染顺序可能不同,从而导致样式不一致。建议将:nth-chi