diff --git a/report-ui/src/views/report/bigscreen/viewer/index.vue b/report-ui/src/views/report/bigscreen/viewer/index.vue index 9f464065..0b9b6e11 100644 --- a/report-ui/src/views/report/bigscreen/viewer/index.vue +++ b/report-ui/src/views/report/bigscreen/viewer/index.vue @@ -14,6 +14,8 @@ :type="widget.type" /> + +
技术支持: 安吉加加
@@ -65,5 +67,13 @@ export default { .layout { width: 100%; height: 100%; + text-align: center; +} +.bottom-text { + width: 100%; + color: #999; + position: fixed; + bottom: 20px; + z-index: 9999; }