Sign in
简柏林
/
thingskit-app
·
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
74154f0ebad36c4de5621837b19a1cc316645c8e
Authored by
loveumiko
2024-10-31 09:52:55 +0800
1 parent
851d43dc
fix: 修复告警文字超出隐藏
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
pages/alarm/components/alarm-item.vue
pages/alarm/components/alarm-item.vue
View file @
74154f0
...
...
@@ -135,6 +135,9 @@
135
135
text-align: left;
136
136
margin-top: 13rpx;
137
137
line-height: 40rpx;
138
+
overflow: hidden;
139
+
text-overflow: ellipsis;
140
+
white-space: nowrap;
138
141
139
142
.text {
140
143
color: #666666;
...
...