YM
2024-05-27 0edf94722a0dcc338567fec7df76b2e0acd39b92
src/components/advancedSearch/advancedSearch.vue
@@ -28,7 +28,7 @@
      v-if="isAdvancedSearch"
      style="padding: 0 1.24rem; margin-bottom: 0.18rem"
    >
      <view style="background-color: #fff; padding: 0.29rem" class="">
      <view style="background-color: #fff; padding: 0.29rem" >
        <h3>高级搜索</h3>
        <MyForm @submit="onSubmit" :from="from" />
      </view>
@@ -154,7 +154,6 @@
      //       var box1Height = document.querySelector('.fbox').offsetHeight;
      //       // let box2Height= document.querySelector('.fbox1').style.height = box1Height + 'px';
      //       let box2Height = document.querySelector('.fbox1').offsetHeight
      //       console.log(box1Height, box2Height);
      //       if (box1Height <= box2Height) {
      //          document.querySelector('.fbox1').style.height = box1Height + 'px';
      //       }
@@ -165,7 +164,6 @@
    },
    onSubmit(val) {
      this.$emit("onSubmit", val);
      // console.log(val);
    }
  }
};