Browse Source

Merge branch 'master' of http://git.2weisou.com/liumin/NewZkgj into master

branch0222
corala 1 year ago
parent
commit
cec149e796
2 changed files with 6 additions and 4 deletions
  1. +2
    -2
      pages/reportExcel/dayReport.vue
  2. +4
    -2
      pages/reportExcel/weekReport.vue

+ 2
- 2
pages/reportExcel/dayReport.vue View File

@@ -841,13 +841,13 @@
}

.down {
color: #43CD80;
color: #E7483C;
font-size: 34rpx;
}

.up {
font-size: 34rpx;
color: #E7483C;
color: #43CD80;
}
}
}


+ 4
- 2
pages/reportExcel/weekReport.vue View File

@@ -1036,13 +1036,13 @@


&.down {
color: #43CD80;
color: #E7483C;
font-size: 34rpx;
}

&.up {
font-size: 34rpx;
color: #E7483C;
color: #43CD80;
}
}
}
@@ -1324,6 +1324,8 @@

}



.up {
color: #43CD80 !important;
}


Loading…
Cancel
Save