(feature)(webapp) add query mode in parse tip and change query modes query to METRIC and TAG (#425)

This commit is contained in:
williamhliu
2023-11-27 16:12:10 +08:00
committed by GitHub
parent 49ebb70cb3
commit 23d01c4f83
7 changed files with 28 additions and 44 deletions

View File

@@ -126,10 +126,10 @@ export const layout: RunTimeLayoutConfig = (params) => {
rightContentRender: () => <RightContent />,
disableContentMargin: true,
menuHeaderRender: undefined,
childrenRender: (dom) => {
childrenRender: (dom: any) => {
return (
<div
style={{ height: location.pathname.includes('chat') ? 'calc(100vh - 48px)' : undefined }}
style={{ height: location.pathname.includes('chat') ? 'calc(100vh - 56px)' : undefined }}
>
{dom}
{history.location.pathname !== '/chat' && !isMobile && (