zhangzengfei
2022-08-23 e37e45cfe1123928dba5d9c5a427b0ee497b7ad6
src/views/product/components/ProductContent.vue
@@ -79,6 +79,11 @@
import { findAllCenterProduct, findDicByType } from "@/api/product";
import productCard from "@/views/product/components/productCard";
export default {
  created() {
    if (this.$route.query.keyWord) {
      this.inputText = this.$route.query.keyWord;
    }
  },
  mounted() {
    this.getDic();
    this.getProductList();
@@ -191,6 +196,7 @@
.Content {
  position: relative;
  width: 1280px;
  min-height: calc(100vh - 148px);
  margin: 0 auto;
  .searchCard {
@@ -258,6 +264,7 @@
        font-size: 14px;
        border-radius: 0;
        border: 1px solid #fff;
        color: #3d3d3d;
        &.selected {
          border: 1px solid #0065ff;