huang
2025-04-15 ef714be504f98f6b9549b134148a18d416a9dcb0
UI-Project/src/views/KanbanDisplay/kanbanDisplay.vue
@@ -433,7 +433,6 @@
        type: 'category',
        boundaryGap: false,
        axisTick: { alignWithLabel: true },
        boundaryGap: true,
        axisLabel: {
          fontSize: 20,
          interval: 'auto',
@@ -544,7 +543,7 @@
        {
          type: 'category',
          axisTick: { alignWithLabel: true },
          boundaryGap: true,
          boundaryGap: '20%',
          axisLabel: {
            fontSize: 20,
            interval: 'auto',
@@ -586,8 +585,8 @@
        {
          name: '计划量',
          type: 'bar',
          barWidth: '30%',
          barGap: '10%',
          barWidth: '27%',
          barGap: '20%',
          label: {
            show: true,
            fontSize: 16,
@@ -599,8 +598,8 @@
        {
          name: '一线',
          type: 'bar',
          barWidth: '30%',
          barGap: '10%',
          barWidth: '27%',
          barGap: '20%',
          label: {
            show: true,
            fontSize: 16,
@@ -612,8 +611,8 @@
        {
          name: '二线',
          type: 'bar',
          barWidth: '30%',
          barGap: '10%',
          barWidth: '27%',
          barGap: '10%',
          label: {
            show: true,
            fontSize: 16,
@@ -815,7 +814,7 @@
  color: white;
}
:deep(.el-table__body tr:hover > td) {
:deep(.el-table__body tr:hover td) {
  background-color: #1a4d7f !important;
}
</style>