经营分析图标的小黑角

lixuan
xk_guohonglei 4 years ago
parent 2432cea731
commit 386418e6c1
  1. 6
      pages/operation-analysis/operation-analysis.vue

@ -129,7 +129,7 @@
getYesterday() {
cloudSiteApi.getYesterday().then(res => {
uni.stopPullDownRefresh()
if(res.code===20000){
if (res.code === 20000) {
this.basicData = res.data
}
})
@ -229,4 +229,8 @@
.cu-list.grid>.cu-item [class*=cuIcon] {
font-size: 75rpx;
}
.cu-avatar {
background-color: transparent;
}
</style>

Loading…
Cancel
Save