Commit 4662b6c5d1cd5ce50860af729f2d3fbc2bc728fa

Authored by fengtao
1 parent 26d10e0b

fix:修改告警分页问题隐藏样式问题

1 1 .alarm-detail-page {
2 2 padding: 30rpx;
3 3 }
4   -.alarm-detail-column {
  4 +.alarm- {
5 5 border-radius: 10px;
6 6 width: 688rpx;
7 7 height: 573rpx;
... ...
... ... @@ -136,6 +136,7 @@
136 136 width: 400rpx;
137 137 text-align: left;
138 138 margin-top: 13rpx;
  139 + line-height: 40rpx;
139 140
140 141 .text {
141 142 color: #666666;
... ...