diff --git a/src/views/screen/HomePage.vue b/src/views/screen/HomePage.vue index 722954d..90c20ab 100644 --- a/src/views/screen/HomePage.vue +++ b/src/views/screen/HomePage.vue @@ -223,8 +223,10 @@ export default { ::v-deep ::-webkit-scrollbar-thumb{ background: #445a9c; } -::v-deep ::-webkit-scrollbar-corner { - //background: black; +// 下拉框-清除图标的背景色 +::v-deep .ant-select-selection__clear { + background: #293f6a; + color: #fff; } diff --git a/src/views/screen/incomePayments/NotReceivedEcharts.vue b/src/views/screen/incomePayments/NotReceivedEcharts.vue index 103dc7c..f9b8e2b 100644 --- a/src/views/screen/incomePayments/NotReceivedEcharts.vue +++ b/src/views/screen/incomePayments/NotReceivedEcharts.vue @@ -182,7 +182,6 @@ export default { // echartsData = this.initPoint(echartsData, color) // let chartDom = document.getElementById('notReceivedScreen') // let myChart = echarts.init(chartDom) - console.log('-------echartsData--------', echartsData) let option = { legend: { left:'15%', diff --git a/src/views/screen/incomePayments/index.vue b/src/views/screen/incomePayments/index.vue index e9a89b8..2dc2d0b 100644 --- a/src/views/screen/incomePayments/index.vue +++ b/src/views/screen/incomePayments/index.vue @@ -245,6 +245,12 @@ export default { } .screen-department-select{ + &::-webkit-scrollbar-track{ + background: #293f6a!important; + } + &::-webkit-scrollbar-thumb{ + background: #445a9c!important; + } background-color: #181F55; .ant-select-dropdown-content{ background-color: #181F55; @@ -273,6 +279,9 @@ export default { color: white; } } + .ant-empty-description{ + color: #fff; + } } \ No newline at end of file diff --git a/src/views/screen/preparationRevision/GeneralSituationChart.vue b/src/views/screen/preparationRevision/GeneralSituationChart.vue index cd2cc38..0cd2d59 100644 --- a/src/views/screen/preparationRevision/GeneralSituationChart.vue +++ b/src/views/screen/preparationRevision/GeneralSituationChart.vue @@ -113,7 +113,6 @@ export default { // 获取数据 getData() { StanderProjectGeneralSituation().then(res => { - console.log(res) if(res.success) { let result = res.result || {} this.releaseData[0].value = result.stdGb @@ -150,7 +149,6 @@ export default { } ] } - console.log('-------deepMerge(commonOption, releaseChart0ption)-------', deepMerge(commonOption, releaseChart0ption)) createPieChart('releaseChart', deepMerge(commonOption, releaseChart0ption)) let researchChart0ption = { diff --git a/src/views/screen/preparationRevision/ReleasePlanChart.vue b/src/views/screen/preparationRevision/ReleasePlanChart.vue index cdc8099..3154a10 100644 --- a/src/views/screen/preparationRevision/ReleasePlanChart.vue +++ b/src/views/screen/preparationRevision/ReleasePlanChart.vue @@ -197,7 +197,6 @@ export default { } ] } - console.log('------option------', option) createBarAndLineChart('releasePlanChart', option) } }, diff --git a/src/views/screen/preparationRevision/index.vue b/src/views/screen/preparationRevision/index.vue index de59bcd..824f4e4 100644 --- a/src/views/screen/preparationRevision/index.vue +++ b/src/views/screen/preparationRevision/index.vue @@ -193,6 +193,13 @@ export default {