付延余
2022-04-13 a9177ddf70af5f22b81f6594398826c2e33e2c23
src/pages/show/otherBusiness/otherBusinessChild/OtherB_PeopleJunShouRu.vue
@@ -13,7 +13,7 @@
          label="国民人均可支配收入">
          <el-table-column
            prop="shouru"
            label="收入(元)"
            label="收入(元)"
          >
          </el-table-column>
          <el-table-column
@@ -35,7 +35,7 @@
        <el-table-column label="城镇居民人均可支配收入">
          <el-table-column
            prop="shouru1"
            label="收入(元)"
            label="收入(元)"
          >
          </el-table-column>
          <el-table-column
@@ -57,7 +57,7 @@
        <el-table-column label="农村居民人均可支配收入">
          <el-table-column
            prop="shouru2"
            label="收入(元)"
            label="收入(元)"
          >
          </el-table-column>
          <el-table-column
@@ -77,6 +77,9 @@
          </el-table-column>
        </el-table-column>
      </el-table>
    </div>
    <div class="OtherB-PeopleJunShouRu__echart">
    </div>
  </div>
</template>
@@ -134,11 +137,12 @@
    background-color: $color-blue;
    height: 0.3125rem /* 80/256 */
  ;
  }
  .el-table tr {
    height: 0.3125rem /* 80/256 */
  ;
    height: 0.3125rem; /* 80/256 */
  }
  .el-table tr:nth-child(odd) {
@@ -162,27 +166,33 @@
  }
  .el-table .cell {
    font-size: $fontSize-28;
    font-size: $fontSize-24;
    color: $color-darkGrey;
    font-weight: 300;
    line-height: 1;
    line-height: 0.390625rem;
    white-space: pre-line;
    text-align: center;
  }
  .el-table--border th.el-table__cell, .el-table__fixed-right-patch {
    border-bottom: 1Px solid $color-grey; /*no*/
    border-bottom: 1px solid $color-grey; /*no*/
  }
  .el-table thead.is-group th.el-table__cell {
    background-color: $color-blue;
  }
  .el-table .el-table__cell {
    padding: 0;
  }
  .el-table td.el-table__cell, .el-table th.el-table__cell.is-leaf {
    border-bottom: 1Px solid $color-grey; /*no*/
    border-bottom: 1px solid $color-grey; /*no*/
  }
  .el-table--border .el-table__cell, .el-table__body-wrapper .el-table--border.is-scrolling-left ~ .el-table__fixed {
    border-right: 1Px solid $color-grey; /*no*/
    border-right: 1px solid $color-grey; /*no*/
    height:0.46875rem;//表格正文行高度
  }
}
</style>
@@ -191,8 +201,8 @@
.OtherB_PerpleJunShouRu__wrap {
  width: 100%;
  height: calc(100% - 0.078125rem /* 20/256 */
  );
  //height: calc(100% - 0.078125rem /* 20/256 */
  //);
  .OtherB-PeopleJunShouRu__table {
    margin-top: 0.078125rem /* 20/256 */
@@ -205,5 +215,11 @@
      line-height: 2;
    }
  }
  .OtherB-PeopleJunShouRu__echart{
    width:8.75rem;
    height:2.75rem;
    background: blue;
    margin-top:120px;
  }
}
</style>