Showing
3 changed files
with
9 additions
and
2 deletions
| @@ -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`) |
| @@ -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} { |