liyongli 3 жил өмнө
parent
commit
392ff083cd

+ 9 - 1
src/views/HardAdvertisement/HardAdvertisement.vue

@@ -888,7 +888,9 @@ export default {
           textStyle: {
             color: "#000000",
           },
-          extraCssText: "box-shadow: 0 0 3px 1b9ade;",
+          backgroundColor: "rgba(255,255,255,.8)",
+          borderColor: "#1b9ade",
+          borderWidth: 1,
           formatter: item => {
             let s = item[0] || {},
               e = item[1] || {};
@@ -955,6 +957,12 @@ export default {
         },
         tooltip: {
           trigger: "axis",
+          textStyle: {
+            color: "#000000",
+          },
+          backgroundColor: "rgba(255,255,255,.9)",
+          borderColor: "#1b9ade",
+          borderWidth: 1,
           formatter: item => {
             let s = item[0] || {},
               e = item[1] || {};