Sign in
简柏林
/
thingskit-front
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
844f4734ad062bdc08784437db67f20db2d03368
Authored by
fengtao
2024-06-25 15:03:59 +0800
1 parent
ff2080e6
perf: 云端环境中,场景联动中告警配置名称过长时,页面直接全部占满了,没有省略限制
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/rule/linkedge/components/ExecutionAction/AlarmProfileSelect.vue
src/views/rule/linkedge/components/ExecutionAction/AlarmProfileSelect.vue
View file @
844f473
...
...
@@ -21,7 +21,7 @@
21
21
22
22
<template>
23
23
<section>
24
-
<ApiSelect v-bind="$attrs">
24
+
<ApiSelect
class="!w-56"
v-bind="$attrs">
25
25
<template #dropdownRender="{ menuNode }">
26
26
<Options :menuNode="menuNode" />
27
27
<Divider class="!my-2" />
...
...