pyt
2025-03-21 889f12eb2fa94d738117ec087cd32d7d7c2cbe7b
style: 🌈
2个文件已修改
20 ■■■■■ 已修改文件
src/components/datascreen/LeftPanel.vue 13 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/datascreen/RightPanel.vue 7 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/datascreen/LeftPanel.vue
@@ -2,13 +2,13 @@
  <div class="left-panel">
    <!-- 参与统计 -->
    <div class="statistics-box">
      <!-- <div class="box-title">各街道/乡参与排名</div> -->
      <div class="box-title">各街道/乡参与排名</div>
    </div>
    
    <!-- 各街道参与排名 -->
    <div class="ranking-box">
      <!-- <div class="box-title">各街道/乡参与排名</div>
      <div class="ranking-list">
      <div class="box-title">各街道/乡参与排名</div>
      <!-- <<div class="ranking-list">
        <div v-for="(item, index) in rankingList" :key="index" class="ranking-item">
          <span class="rank">{{ index + 1 }}</span>
          <span class="name">{{ item.name }}</span>
@@ -102,8 +102,11 @@
  .box-title {
    font-size: 20px;
    color: #7cb9e8;
    font-size: 14px;
    color: #19ECFF;
    text-align: center;
    padding-top: 9px;
    line-height: 21px;
  }
src/components/datascreen/RightPanel.vue
@@ -157,8 +157,11 @@
  }
  .box-title {
    font-size: 20px;
    color: #7cb9e8;
    font-size: 14px;
    color: #19ECFF;
    text-align: center;
    padding-top: 9px;
    line-height: 21px;
  }
  .chart {