修复提取 ip 接口json类型返回值错误问题;完善 ip 提取页响应式设计
This commit is contained in:
@@ -29,7 +29,7 @@ export default function Navbar(props: NavbarProps) {
|
||||
data-expand={navbar}
|
||||
className={merge(
|
||||
`transition-[flex-basis] duration-300 ease-in-out`,
|
||||
`flex flex-col overflow-hidden group`,
|
||||
`h-full flex flex-col overflow-hidden group`,
|
||||
`data-[expand=true]:basis-52 data-[expand=false]:basis-16`,
|
||||
)}>
|
||||
{/* logo */}
|
||||
@@ -54,7 +54,7 @@ export default function Navbar(props: NavbarProps) {
|
||||
{/* routes */}
|
||||
<section className={merge(
|
||||
`transition-[padding] duration-300 ease-in-out`,
|
||||
`flex-auto overflow-x-hidden overflow-y-auto`,
|
||||
`flex-auto overflow-x-hidden overflow-y-auto pb-4`,
|
||||
`group-data-[expand=true]:px-4 group-data-[expand=false]:px-3`,
|
||||
)}>
|
||||
<TooltipProvider>
|
||||
|
||||
Reference in New Issue
Block a user