派生自 wuyushui/SewerAndRainNetwork

chenyabin
2021-04-02 b6c363cdc1ea55dbfc1dfdb6a7c27c8fc51fa0e2
src/components/panel/RightSearchPanel.vue
@@ -97,6 +97,7 @@
    },
    selected (val) {
      // console.log(val)
      this.title = val.name + '(检索)'
      this.topicList.forEach((itm) => {
        itm.checked = val.name === itm.name
      })
@@ -185,8 +186,8 @@
    position: relative;
    width: 1.79167rem;
    /*height: 5.6475rem;*/
    min-height: 60vh;
    max-height: 80vh;
    min-height: 80vh;
    max-height: 90vh;
    overflow: hidden;
}
.module-wrap{
@@ -680,7 +681,6 @@
    transform: translateX(0px);
    transition: transform 0.5s linear;
  }
}
/******************以下公共部分**********/
.sewers-search{
    position: relative;
@@ -688,7 +688,7 @@
    .search-panel{
        background-color: transparent;
        border: 1px solid @background-color-split;
        padding: 10px;
            padding: 10px 0;
        // .el-input{width:calc(100% - 40px);position: relative}
        /deep/ input {
            border-radius: 0;
@@ -714,4 +714,6 @@
        cursor: pointer;
    }
}
}
</style>