diff --git a/nezha-fronted/src/assets/css/components/page/dashboard/explore/explore.scss b/nezha-fronted/src/assets/css/components/page/dashboard/explore/explore.scss index 5299425cb..30615d7b2 100644 --- a/nezha-fronted/src/assets/css/components/page/dashboard/explore/explore.scss +++ b/nezha-fronted/src/assets/css/components/page/dashboard/explore/explore.scss @@ -256,7 +256,8 @@ } .doc-content > h1 { color: #e6522c; - font-size: 22px; + font-size: 26px; + // font-size: 22px; } .doc-content > h2 { @@ -368,7 +369,8 @@ article { } > h1,.page-header { color: #e6522c; - font-size: 22px; + font-size: 26px; + // font-size: 22px; font-weight: 600; text-transform: uppercase; margin-top: 15px; @@ -378,6 +380,13 @@ article { text-decoration: none; } } + > h1,.page-header-two { + color: #e6522c; + font-size: 22px; + font-weight: 600; + margin-top: 50px; + text-transform: none; + } .title-heard__divider{ margin: 5px 0 5px 0; } diff --git a/nezha-fronted/src/components/page/dashboard/explore/exploreItem.vue b/nezha-fronted/src/components/page/dashboard/explore/exploreItem.vue index 0a6c82e36..41fd3aa5f 100644 --- a/nezha-fronted/src/components/page/dashboard/explore/exploreItem.vue +++ b/nezha-fronted/src/components/page/dashboard/explore/exploreItem.vue @@ -297,7 +297,7 @@ instance_cpu_time_ns{app="fox", proc="widget", rev="4d3a513", env="prod", job="c
-

Log queries

+

Log queries

All LogQL queries contain a log stream selector.

Optionally, the log stream selector can be followed by a log pipeline. A log pipeline is a set of stage expressions that are chained together and applied to the selected log streams. Each expression can filter out, parse, or mutate log lines and their respective labels.

@@ -646,7 +646,7 @@ instance_cpu_time_ns{app="fox", proc="widget", rev="4d3a513", env="prod", job="c
-

Log queries examples

+

Log queries examples

Multiple filtering

@@ -689,7 +689,7 @@ level=info ts=2020-10-23T20:32:18.068866235Z caller=metrics.go:81 org_id=29 trac
-

Multiple parsers

+

Multiple parsers

-

Range Vector aggregation

+

Range Vector aggregation

-

Built-in aggregation operators

+

Built-in aggregation operators