Ver código fonte

update 样式

qianlishi 4 anos atrás
pai
commit
8bf8ce1d90

+ 2 - 2
report-ui/src/views/report/bigscreen/designer/index.vue

@@ -920,8 +920,8 @@ export default {
     }
     .bottom-text {
       width: 100%;
-      color: #999;
-      font-size: 12px;
+      color: #a0a0a0;
+      font-size: 16px;
       position: absolute;
       bottom: 20px;
     }

+ 2 - 2
report-ui/src/views/report/bigscreen/viewer/index.vue

@@ -71,9 +71,9 @@ export default {
 }
 .bottom-text {
   width: 100%;
-  color: #999;
+  color: #a0a0a0;
   position: fixed;
-  bottom: 20px;
+  bottom: 16px;
   z-index: 9999;
 }
 </style>