Browse Source

修改charts颜色 修改图片

dev
战立标 2 years ago
parent
commit
a6fcb23926
  1. BIN
      images/work/center.png
  2. BIN
      images/work/resi.png
  3. 2
      pages/statistics/modules/HotlineComplaints/HotlineComplaints.js
  4. 2
      pages/statistics/modules/RequirementAnalysis/RequirementAnalysis.js
  5. 3
      pages/statistics/modules/SmyddcSqmydzc/SmyddcSqmydzc.js

BIN
images/work/center.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 31 KiB

After

Width:  |  Height:  |  Size: 75 KiB

BIN
images/work/resi.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.9 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

2
pages/statistics/modules/HotlineComplaints/HotlineComplaints.js

@ -131,7 +131,7 @@ Component({
tooltip: {
show: true,
textStyle: {
color: '#fff',
color: '#000',
fontSize: 14
},
formatter(params) {

2
pages/statistics/modules/RequirementAnalysis/RequirementAnalysis.js

@ -90,7 +90,7 @@ Component({
tooltip: {
show: true,
textStyle: {
color: '#fff',
color: '#000',
fontSize: 14
},
formatter(params) {

3
pages/statistics/modules/SmyddcSqmydzc/SmyddcSqmydzc.js

@ -160,8 +160,9 @@ Component({
var option = {
tooltip: {
show: true,
trigger: "item",
textStyle: {
color: '#fff',
color: '#000',
fontSize: 14
},
formatter(params) {

Loading…
Cancel
Save