黄何裕
2024-07-16 bfb10b42c5fb6bc9f751f88f9351bfc19c6380a4
src/views/screen/components/screen-data/index.vue
@@ -1,6 +1,6 @@
<template>
  <div class="data-container">
    <wrapper-title :title="'工单数据'" :path="'/monitorServe/car'"></wrapper-title>
    <wrapper-title :title="'工单数据'" :path="'/work-order-center/maintenance/work-order/work-order'"></wrapper-title>
    <div class="data-content">
      <div class="data-panel">
@@ -67,7 +67,7 @@
        grid: {
          top: '10%',
          right: 0,
          bottom: '15%',
          bottom: '17%',
        },
        legend: {
          right: 0,
@@ -170,8 +170,8 @@
  margin: 10px 0;
  .panel-item {
    width: 120px;
    height: 120px;
    width: 110px;
    height: 110px;
  }
}
</style>