@@ -78,8 +78,8 @@ limitations under the License. -->
-
- {{ t("keywordsOfContent") }}:
+
+ {{ t("keywordsOfContent") }}:{{ item }}
@@ -94,8 +94,8 @@ limitations under the License. -->
@change="addLabels('keywordsOfContent')"
/>
-
- {{ t("excludingKeywordsOfContent") }}:
+
+ {{ t("excludingKeywordsOfContent") }}:
margin-left: 3px;
cursor: pointer;
}
+
+ .label {
+ line-height: 24px;
+ }
diff --git a/src/views/dashboard/related/profile/components/SpanTree.vue b/src/views/dashboard/related/profile/components/SpanTree.vue
index e69f86a6..0d7479d5 100644
--- a/src/views/dashboard/related/profile/components/SpanTree.vue
+++ b/src/views/dashboard/related/profile/components/SpanTree.vue
@@ -14,16 +14,18 @@ See the License for the specific language governing permissions and
limitations under the License. -->
-
-
-
+
+
+
+
+
:options="ProfileDisplayMode"
placeholder="Please select a profile display mode"
@change="selectDisplayMode"
- class="mr-10"
+ class="mr-10 fliter"
/>
{{ t("analyze") }}
@@ -183,4 +185,8 @@ limitations under the License. -->
.input {
width: 250px;
}
+
+ .fliter {
+ width: 140px;
+ }
diff --git a/src/views/dashboard/related/trace/Filter.vue b/src/views/dashboard/related/trace/Filter.vue
index a5092214..b09e2339 100644
--- a/src/views/dashboard/related/trace/Filter.vue
+++ b/src/views/dashboard/related/trace/Filter.vue
@@ -14,8 +14,8 @@ See the License for the specific language governing permissions and
limitations under the License. -->