Browse Source

bug修改

tyb 1 week ago
parent
commit
bdc6d26fe1
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/components/nannyData.vue

+ 3 - 3
src/components/nannyData.vue

@@ -422,8 +422,8 @@ export default {
       chartInstance: null,
       option: {
         tooltip: {
-          trigger: "item", 
-          formatter:"{b}:{d}%" 
+          trigger: "item",
+          formatter:"{b}:{d}%"
         },
         legend: {
           orient: "vertical",
@@ -587,7 +587,7 @@ export default {
   }
 };
 </script>
-<style>
+<style scoped>
 .crumbs {
   margin: 0 0 10px 0;
 }