diff --git a/src/app/statistic-analysis/echarts-data.service.ts b/src/app/statistic-analysis/echarts-data.service.ts index 19f1184..3fe81f8 100644 --- a/src/app/statistic-analysis/echarts-data.service.ts +++ b/src/app/statistic-analysis/echarts-data.service.ts @@ -17,6 +17,7 @@ export class EchartsDataService { scheduledUpdatesToggle:boolean = true; // 显示 当前点击 已核查/未核查 + //支队提示框 tableDataZhi = [ {name:"浦东支队",number:"156",zhanbi:"3%"}, diff --git a/src/app/statistic-analysis/scheduled-updates/publicEcharts.html b/src/app/statistic-analysis/scheduled-updates/publicEcharts.html index de7dc90..63e86bd 100644 --- a/src/app/statistic-analysis/scheduled-updates/publicEcharts.html +++ b/src/app/statistic-analysis/scheduled-updates/publicEcharts.html @@ -9,8 +9,8 @@
- - + +
diff --git a/src/app/statistic-analysis/state/page-two-time/page-two-time.component.html b/src/app/statistic-analysis/state/page-two-time/page-two-time.component.html index 522e47e..09d6d0a 100644 --- a/src/app/statistic-analysis/state/page-two-time/page-two-time.component.html +++ b/src/app/statistic-analysis/state/page-two-time/page-two-time.component.html @@ -58,8 +58,8 @@
- - + +
diff --git a/src/app/statistic-analysis/state/page-two-time/page-two-time.component.scss b/src/app/statistic-analysis/state/page-two-time/page-two-time.component.scss index 83c073e..2730abb 100644 --- a/src/app/statistic-analysis/state/page-two-time/page-two-time.component.scss +++ b/src/app/statistic-analysis/state/page-two-time/page-two-time.component.scss @@ -62,6 +62,12 @@ padding: 10px; } +//切换按钮 选中状态 +.selectButton{ + background-color: #2196f3; + color: white; +} + //滚动条样式 ::-webkit-scrollbar{ width: 5px;