Commit 583928ea5bce857a39ee89b73444703dc1182428

Authored by fengtao
1 parent d40a3674

fix:修复背景为白色

1 1 .alarm-detail-page {
2 2 padding: 30rpx;
  3 + background: #f8f9fa;
3 4 }
4 5 .alarm-detail-column {
5 6 border-radius: 10px;
... ...
1 1 .alert-page {
  2 + background: #f8f9fa;
2 3 .device-top {
3 4 padding: 10rpx 30rpx;
4 5 background-color: #fff;
... ...
1 1 .set-page {
2 2 padding: 0rpx 30rpx;
  3 + background: #f8f9fa;
3 4 .submit {
4 5 margin-top: 60rpx;
5 6 color: #fff;
... ...