fix
13404089107
2025-04-07 abfc074c35e8bd66ec0641173bfd703051ca701a
src/components/datascreen/LeftPanel.vue
@@ -31,7 +31,7 @@
                  {{ item.growth > 0 ? '+' : '' }}{{ item.householdNumRate }}
                </span>
              </div>
              {{ item.householdNum }}户
              {{ item.householdNum }}人
            </div>
          </div>
          <div class="progress-bar">
@@ -108,7 +108,7 @@
            show: false
          },
          axisLabel: {
            color: '#495F88',
            color: '#fff',
            fontSize: 12,
            // rotate: 30, // 标签倾斜角度
          }
@@ -117,7 +117,7 @@
          type: 'value',
          name: '单位:次',
          nameTextStyle: {
            color: '#495F88',
            color: '#fff',
            fontSize: 12,
          },
          splitLine: {
@@ -133,7 +133,7 @@
            show: false
          },
          axisLabel: {
            color: '#495F88',
            color: '#fff',
            fontSize: 12
          }
        },
@@ -142,7 +142,7 @@
            name: '安置面积异常',
            type: 'line',
            smooth: true,
            symbol: 'none',
            symbol: 'circle',
            itemStyle: {
              color: '#FEDB65'
            },
@@ -192,7 +192,7 @@
            name: '补偿金额异常',
            type: 'line',
            smooth: true,
            symbol: 'none',
            symbol: 'circle',
            itemStyle: {
              color: '#00F2EF'
            },
@@ -345,6 +345,7 @@
  }
  .ranking-list {
  height: 400px;
    margin-top: 30px;
    overflow: auto;
    /* 隐藏滚动条 */