Commit 8bc2edcaa5b54a3fe8b5ccf179374bac01917483

Authored by fengtao
1 parent 89d555e5

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

@@ -126,7 +126,7 @@ export default { @@ -126,7 +126,7 @@ export default {
126 uni.$u.toast(e.data?.message); 126 uni.$u.toast(e.data?.message);
127 }); 127 });
128 }, 128 },
129 - //清除 129 + // 清除
130 handleRemove() { 130 handleRemove() {
131 uni.$u.http 131 uni.$u.http
132 .post(`/alarm/${this.list.id}/clear`) 132 .post(`/alarm/${this.list.id}/clear`)
1 .alarm-detail-page { 1 .alarm-detail-page {
2 padding: 30rpx; 2 padding: 30rpx;
3 } 3 }
4 -.alarm- { 4 +.alarm-detail-column {
5 border-radius: 10px; 5 border-radius: 10px;
6 width: 688rpx; 6 width: 688rpx;
7 height: 573rpx; 7 height: 573rpx;
@@ -192,6 +192,13 @@ button { @@ -192,6 +192,13 @@ button {
192 // color: #333333; 192 // color: #333333;
193 color: #ffffff; 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 // 定义flex等分 202 // 定义flex等分
196 @for $i from 0 through 12 { 203 @for $i from 0 through 12 {
197 .u-flex-#{$i} { 204 .u-flex-#{$i} {