Skip to content

Commit cdbfd34

Browse files
committed
feature/1.7-MCP-analytics-table-optimize
1 parent 596f6f5 commit cdbfd34

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

frontend/packages/dashboard/src/component/MonitorApiPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ export default function MonitorApiPage(props: MonitorApiPageProps) {
187187
}
188188

189189
return (
190-
<div className="overflow-hidden h-full">
190+
<div className="overflow-hidden h-full pr-PAGE_INSIDE_X">
191191
<ScrollableSection>
192192
<div className="pl-btnbase pr-btnrbase pb-btnbase content-before">
193193
<TimeRangeSelector

frontend/packages/dashboard/src/component/MonitorAppPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ export default function MonitorAppPage(props: MonitorAppPageProps) {
164164
}
165165

166166
return (
167-
<div className="h-full overflow-hidden">
167+
<div className="h-full overflow-hidden pr-PAGE_INSIDE_X">
168168
<div className="pl-btnbase pr-btnrbase pb-btnybase">
169169
<TimeRangeSelector
170170
initialTimeButton={timeButton}

frontend/packages/dashboard/src/component/MonitorSubPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ export default function MonitorSubPage(props: MonitorSubPageProps) {
169169
}
170170

171171
return (
172-
<div className="overflow-hidden h-full">
172+
<div className="overflow-hidden h-full pr-PAGE_INSIDE_X">
173173
<div className="pl-btnbase pr-btnrbase pb-btnybase">
174174
<TimeRangeSelector
175175
initialTimeButton={timeButton}

0 commit comments

Comments
 (0)