付延余
2022-04-11 e765d3974558793043740a7ca46d6b1bc5e260d7
src/pages/show/shehuiBaozhang/shehuiBaozhang.vue
@@ -2,12 +2,12 @@
  <div class="shehuiBaozhang-wrap">
    <div class="shehuiBaozhang-menu-left">
      <el-menu :default-active="$route.path" router mode="vertical">
        <el-menu-item index="/workStatistics">
        <el-menu-item index="/shehuiBaoxian">
          <div class="menu-left-block">
            <h1>社会保险</h1>
          </div>
        </el-menu-item>
        <el-menu-item>
        <el-menu-item index="/shebaoShouzhiZongbiao">
          <div class="menu-left-block">
            <h1>社保收支总表</h1>
          </div>
@@ -90,15 +90,15 @@
  @import "../../../assets/css/base";
  .shehuiBaozhang-wrap{
    width: 100%;
    padding: 2rem;
    padding: 0.078125rem  /* 20/256 */;
    box-sizing: border-box;
    display: flex;
    .shehuiBaozhang-menu-left{
      width: 24rem  /* 240/10 */;
      height: 124.9rem  /* 1249/10 */;
      width: 0.9375rem  /* 240/256 */;
      height: 4.87890625rem  /* 1249/256 */  /* 1249/10 */;
      background:url("../../../assets/images/jiuye-menu-bj.png") no-repeat center;
      background-size: 100% 100%;
      padding: 4rem 0;
      padding: 0.15625rem  /* 40/256 */ 0;
      box-sizing: border-box;
      display: flex;
      justify-content: center;
@@ -107,13 +107,13 @@
          font-size: $fontSize-24;
          color: $color-blue;
          text-align: center;
          line-height: 8rem;
          line-height: 0.3125rem  /* 80/256 */;
        }
      }
    }
    .shehuiBaozhang-menu-right{
      flex: 1;
      padding: 0 2rem  /* 20/10 */;
      padding: 0 0.078125rem  /* 20/256 */;
      box-sizing: border-box;
    }
  }