diff --git a/report-ui/src/assets/styles/index.scss b/report-ui/src/assets/styles/index.scss index 2e564ab1..b27a017a 100644 --- a/report-ui/src/assets/styles/index.scss +++ b/report-ui/src/assets/styles/index.scss @@ -90,6 +90,7 @@ a:hover { .app-container { padding: 20px; + background: #fff; } .filter-container { @@ -317,34 +318,38 @@ a:hover { // 'waterway': 'table-info', // 'airtransport': 'table-warning', // 'multimodal': 'table-danger' -.table-primary,.table-success,.table-info,.table-warning,.table-danger{ - border-radius:3px; +.table-primary, +.table-success, +.table-info, +.table-warning, +.table-danger { + border-radius: 3px; padding: 2px 5px; border-width: 1px; border-style: solid; } -.table-primary{ - background: rgba(32, 182, 249, .1); - border-color: rgba(32, 182, 249, .2); +.table-primary { + background: rgba(32, 182, 249, 0.1); + border-color: rgba(32, 182, 249, 0.2); color: rgb(32, 182, 249); } -.table-success{ - background: rgba(0, 226, 68, .1); +.table-success { + background: rgba(0, 226, 68, 0.1); border-color: rgba(0, 226, 68, 0.2); color: rgb(0, 226, 68); } -.table-info{ - background: rgba(216, 216, 216, .1); - border-color: rgba(216, 216, 216, .2); +.table-info { + background: rgba(216, 216, 216, 0.1); + border-color: rgba(216, 216, 216, 0.2); color: rgb(216, 216, 216); } -.table-warning{ - background: rgba(255, 216, 40, .1); - border-color: rgba(255, 216, 40, .2); +.table-warning { + background: rgba(255, 216, 40, 0.1); + border-color: rgba(255, 216, 40, 0.2); color: rgb(241, 185, 0); } -.table-danger{ - background: rgba(249, 32, 32, .1); - border-color: rgba(249, 32, 32, .2); +.table-danger { + background: rgba(249, 32, 32, 0.1); + border-color: rgba(249, 32, 32, 0.2); color: rgb(249, 32, 32); -} \ No newline at end of file +} diff --git a/report-ui/src/views/report/bigscreen/index.vue b/report-ui/src/views/report/bigscreen/index.vue index a4f351f2..f287f367 100644 --- a/report-ui/src/views/report/bigscreen/index.vue +++ b/report-ui/src/views/report/bigscreen/index.vue @@ -11,32 +11,81 @@ - + - + - - 查询 - 重置 + + 查询 + 重置
- +
{{ item.reportName }}
{{ item.updateTime }}
- - - + + +
@@ -44,18 +93,30 @@
- +
- +