Browse Source

[综合分析]首页图标删除

master
chenjingyu 4 years ago
parent
commit
97da507119
  1. 2
      src/app/statistic-analysis/home/home.component.html
  2. 2
      src/app/statistic-analysis/scheduled-updates/moreTable.html
  3. 4
      src/app/statistic-analysis/scheduled-updates/publicEcharts.html
  4. 2
      src/app/statistic-analysis/state/page-two-time/page-two-time.component.ts

2
src/app/statistic-analysis/home/home.component.html

@ -4,7 +4,7 @@
<div class="main-left">
<div class="panel panel04" style="flex: 2.3; max-height: 410px;">
<div class="panel-hd">
<a href="javascript:;" class="panel-more"><svg width="18" height="12" xmlns="http://www.w3.org/2000/svg"><g fill="#93FCFF" fill-rule="evenodd" opacity=".6"><path d="M0 0h18v2H0zM0 5h18v2H0zM0 10h18v2H0z"/></g></svg></a>
<!-- <a href="javascript:;" class="panel-more"><svg width="18" height="12" xmlns="http://www.w3.org/2000/svg"><g fill="#93FCFF" fill-rule="evenodd" opacity=".6"><path d="M0 0h18v2H0zM0 5h18v2H0zM0 10h18v2H0z"/></g></svg></a> -->
</div>
<div class="panel-bd">
<div id="chartHynyxf" class="chart-item"></div>

2
src/app/statistic-analysis/scheduled-updates/moreTable.html

@ -4,7 +4,7 @@
* @Author: sueRimn
* @Date: 2020-09-05 08:59:24
* @LastEditors: sueRimn
* @LastEditTime: 2020-09-11 11:07:31
* @LastEditTime: 2020-09-11 14:50:29
-->
<div class="table">
<p class="tableHeader">公告</p>

4
src/app/statistic-analysis/scheduled-updates/publicEcharts.html

@ -4,7 +4,7 @@
* @Author: sueRimn
* @Date: 2020-09-05 08:59:24
* @LastEditors: sueRimn
* @LastEditTime: 2020-09-10 10:20:45
* @LastEditTime: 2020-09-11 14:54:52
-->
<div class="content">
@ -12,7 +12,7 @@
<div class="queryField" *ngIf="isToggle">
<h3 style="display: inline-block; font-size: 20px; font-weight: 550; color: red;">公告:</h3>
<p style="display: inline-block; margin: 0 10px;">浦东支队1月份已核查案件高于平均值;黄浦支队1月份已核查案件高于平均值...</p>
<p style="display: inline-block; margin: 0 10px; font-size: 15px;">浦东支队1月份已核查案件高于平均值;黄浦支队1月份已核查案件高于平均值...</p>
<button mat-raised-button (click)='moreOpen()'>更多</button>
</div>

2
src/app/statistic-analysis/state/page-two-time/page-two-time.component.ts

@ -144,7 +144,7 @@ export class echartsComponent implements OnInit {
tiaoshiPao:any
datayuey=[270, 253, 244, 199, 189, 173, 160, 198, 200]
datayuex=['1月', '2月', '3月', '4月', '5月', '6月', '7月', '8月','9月']
dataYearX = ['2020','2020']
dataYearX = ['2019','2020']
dataYearY = [1078, 936]
//气泡提示数据获取
bianli(){

Loading…
Cancel
Save