Browse Source

页面修改

master
yzj 3 years ago
parent
commit
3b3907f844
  1. 4
      src/views/dashboard/DuidieChart.vue
  2. 9
      src/views/project/report/copyInport.vue

4
src/views/dashboard/DuidieChart.vue

@ -126,10 +126,12 @@ export default { @@ -126,10 +126,12 @@ export default {
data:this.ddXData,
axisLabel: {//x
show: true,
interval: 0, //0
textStyle: {
color: "#a4a4a4",
},
fontSize:'14px'
},
axisLine: {//x线
show: true,
@ -149,7 +151,7 @@ export default { @@ -149,7 +151,7 @@ export default {
textStyle: {
color: "#a4a4a4",
},
},
},
nameTextStyle: {
color: 'rgb(102,102,102)'
},

9
src/views/project/report/copyInport.vue

@ -16,10 +16,8 @@ @@ -16,10 +16,8 @@
v-for="item in yearArr"
:key="item.value"
:type="year == item.value ? 'primary' : ''"
@click="search(item)"
>
<span v-if="item.name!='2016年以前'">{{ item.name }}</span>
@click="search(item)">
<span>{{item.name}}</span>
</el-button>
<div class="content2">
@ -327,6 +325,7 @@ @@ -327,6 +325,7 @@
this.getStatistics(param);
// this.getProjectCount()
this.getLeft7()
console.log(this.yearArr)
},
mounted() {},
methods: {
@ -1119,7 +1118,7 @@ @@ -1119,7 +1118,7 @@
color: #ffa200;
position: relative;
top: -2px;
}
}
}

Loading…
Cancel
Save