liyongli há 2 anos atrás
pai
commit
9ab4a42684

+ 3 - 3
src/views/report/Advertisement/Charts.js

@@ -52,7 +52,7 @@ export function advertisementSpendInit(ele, list) {
         },
         label: {
           // 柱图头部显示值
-          show: true,
+          show: false,
           position: "top",
           color: "#333",
           fontSize: "12px",
@@ -205,7 +205,7 @@ export function advertisementFeeInit(ele, list) {
         stack: "Total",
         showSymbol: true,
         label: {
-          show: true,
+          show: false,
           position: "top",
           color: "#333",
           fontSize: "12px",
@@ -221,7 +221,7 @@ export function advertisementFeeInit(ele, list) {
         stack: "Total",
         showSymbol: true,
         label: {
-          show: true,
+          show: false,
           position: "bottom",
           color: "#333",
           fontSize: "12px",

+ 2 - 2
src/views/report/Calendar/index.vue

@@ -34,7 +34,7 @@
                     flex: 1;
                     text-align: right;
                     font-size: 0.9rem;
-                    color: #999;
+                    color: #383636;
                   "
                   v-html="v1.title"
                 ></div>
@@ -318,7 +318,7 @@ export default {
   padding: 1px 0;
   font-size: 0.8rem;
   height: 1.3em;
-  color: #999;
+  color: #383636;
   line-height: 1.3em;
   overflow: hidden;
   white-space: nowrap;