Commit 74154f0ebad36c4de5621837b19a1cc316645c8e

Authored by loveumiko
1 parent 851d43dc

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

... ... @@ -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;
... ...