From ef51a2f9b259d156a7bc02b0d5988cb1e4b378bc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E8=98=AD?= <81747598+lan-yonghui@users.noreply.github.com>
Date: Wed, 10 Jun 2026 18:29:54 +0800
Subject: [PATCH] style: adjust width of input help text for better alignment
(#12995)
---
frontend/src/views/setting/alert/dash/task/index.vue | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/frontend/src/views/setting/alert/dash/task/index.vue b/frontend/src/views/setting/alert/dash/task/index.vue
index 57b213b7c..81954818d 100644
--- a/frontend/src/views/setting/alert/dash/task/index.vue
+++ b/frontend/src/views/setting/alert/dash/task/index.vue
@@ -275,15 +275,15 @@
class="flex items-center flex-row md:flex-nowrap sm:flex-nowrap flex-wrap justify-between gap-2 w-full"
>
-
- {{ $t('commons.units.minute') }}
+
+ {{ $t('commons.units.minute') }}11
{{ $t('xpack.alert.loginFail') }}
-
+
{{ $t('commons.units.time') }}
@@ -597,7 +597,7 @@ const allTaskOptions = [
{
value: 'nodeException',
label: 'xpack.alert.nodeException',
- show: isMaster.value && isProductPro.value,
+ show: isMaster.value && isProductPro.value && !isEE.value,
},
{ value: 'cpu', label: 'xpack.alert.cpu', show: true },
{ value: 'memory', label: 'xpack.alert.memory', show: true },