派生自 wuyushui/SewerAndRainNetwork

chenyabin
2021-03-31 97e8d550c9867f7a92c56060835db2969e6fca2e
src/components/BaseNav/PublicBounced/PublicBounced.vue
@@ -97,14 +97,17 @@
    display: flex;
    //align-items: center;
    justify-content: space-around;
    padding: 10px;
    .public-bounced-content-left {
      width: 48%;
      flex: 3;
      height: 100%;
      margin-right: 10px;
    }
    .public-bounced-content-right {
      width: 48%;
      flex: 2;
      //width: 48%;
      height: 100%;
    }
  }