mirror of
https://github.com/APIParkLab/APIPark.git
synced 2026-06-04 10:13:53 +08:00
feature/1.7-MCP-analytics-table-optimize
This commit is contained in:
@@ -187,7 +187,7 @@ export default function MonitorApiPage(props: MonitorApiPageProps) {
|
||||
}
|
||||
|
||||
return (
|
||||
<div className="overflow-hidden h-full">
|
||||
<div className="overflow-hidden h-full pr-PAGE_INSIDE_X">
|
||||
<ScrollableSection>
|
||||
<div className="pl-btnbase pr-btnrbase pb-btnbase content-before">
|
||||
<TimeRangeSelector
|
||||
|
||||
@@ -164,7 +164,7 @@ export default function MonitorAppPage(props: MonitorAppPageProps) {
|
||||
}
|
||||
|
||||
return (
|
||||
<div className="h-full overflow-hidden">
|
||||
<div className="h-full overflow-hidden pr-PAGE_INSIDE_X">
|
||||
<div className="pl-btnbase pr-btnrbase pb-btnybase">
|
||||
<TimeRangeSelector
|
||||
initialTimeButton={timeButton}
|
||||
|
||||
@@ -169,7 +169,7 @@ export default function MonitorSubPage(props: MonitorSubPageProps) {
|
||||
}
|
||||
|
||||
return (
|
||||
<div className="overflow-hidden h-full">
|
||||
<div className="overflow-hidden h-full pr-PAGE_INSIDE_X">
|
||||
<div className="pl-btnbase pr-btnrbase pb-btnybase">
|
||||
<TimeRangeSelector
|
||||
initialTimeButton={timeButton}
|
||||
|
||||
Reference in New Issue
Block a user