Commit 8bc2edcaa5b54a3fe8b5ccf179374bac01917483

Authored by fengtao
1 parent 89d555e5

fix:修改告警详情样式,不小心删除了类名,导致样式错乱

... ... @@ -126,7 +126,7 @@ export default {
126 126 uni.$u.toast(e.data?.message);
127 127 });
128 128 },
129   - //清除
  129 + // 清除
130 130 handleRemove() {
131 131 uni.$u.http
132 132 .post(`/alarm/${this.list.id}/clear`)
... ...
1 1 .alarm-detail-page {
2 2 padding: 30rpx;
3 3 }
4   -.alarm- {
  4 +.alarm-detail-column {
5 5 border-radius: 10px;
6 6 width: 688rpx;
7 7 height: 573rpx;
... ...
... ... @@ -192,6 +192,13 @@ button {
192 192 // color: #333333;
193 193 color: #ffffff;
194 194 }
  195 +
  196 +.notify-detail-text {
  197 + font-size: 16px;
  198 + font-family: PingFangSC-Regular, PingFang SC;
  199 + font-weight: bold;
  200 + color: #333333;
  201 +}
195 202 // 定义flex等分
196 203 @for $i from 0 through 12 {
197 204 .u-flex-#{$i} {
... ...