tyb 2 месяцев назад
Родитель
Сommit
bdc6d26fe1
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      src/components/nannyData.vue

+ 3 - 3
src/components/nannyData.vue

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