Commit fe050bfcc01697c2ea05646e84ae49d6ccc9ca76

Authored by xp.Huang
2 parents 851d43dc 74154f0e

Merge branch 'fix/alarm-text-ellipsis' into 'main_dev'

fix: 修复告警文字超出时隐藏

See merge request yunteng/thingskit-app!165
... ... @@ -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;
... ...