派生自 wuyushui/SewerAndRainNetwork

wangqi
2021-03-11 1348c11eceeecc172e2a069b67e197de90aa5827
src/components/panel/RightSearchPanel.vue
@@ -1,5 +1,5 @@
<template>
  <div id="right-panel" >
  <div id="right-panel">
    <div class="panel-tab">
      <div v-for="item in topicMenu" :key="item.id" :title="item.name" class="tab-item" @click="handleGd" :class="{'B-TMT-tab-waybill-isActive': isWaybillHover}">
        <img :src="item.icon" style="width: 24px;height: 24px;"></div>
@@ -85,7 +85,6 @@
    },
    toggleMonitorPanel () {
      this.isCollapse = !this.isCollapse
      console.log(11)
      // const el = $('.btn-stretch')
      // const el2 = $('.panel-fold-btn')
      // const el = document.getElementsByClassName('.btn-stretch')
@@ -143,7 +142,6 @@
  .el-card__body {
    padding: 7px;
  }
  .el-form-item__content {
    color: rgb(52, 224, 255);
  }
@@ -160,7 +158,7 @@
  .el-form-item__label {
    color: rgb(52, 224, 255);
    /*<!--color: @color;-->*/
    color: @color;
  }
  .el-input__inner::placeholder {