mirror of
https://github.com/APIParkLab/APIPark.git
synced 2026-06-26 16:01:56 +08:00
fix: The bottom margin of the banner should be sufficient
This commit is contained in:
@@ -184,7 +184,7 @@ const ApiSettings: React.FC = () => {
|
||||
<Alert
|
||||
message={message}
|
||||
type={type}
|
||||
className="my-4"
|
||||
className="mt-[30px]"
|
||||
showIcon
|
||||
action={
|
||||
<Button
|
||||
@@ -205,7 +205,7 @@ const ApiSettings: React.FC = () => {
|
||||
|
||||
return (
|
||||
<InsidePage
|
||||
className="overflow-y-auto gap-4 pb-PAGE_INSIDE_B"
|
||||
className="overflow-y-auto pb-PAGE_INSIDE_B"
|
||||
pageTitle={$t('AI API 列表')}
|
||||
description={
|
||||
<>
|
||||
|
||||
Reference in New Issue
Block a user