zuozhengqing
2024-04-07 404edeeb419242ac204b513456e14ccd3afb4e35
src/views/productManage/productRegisterForm/index.vue
@@ -90,7 +90,9 @@
      console.log(searchText)
    },
    // 新增
    addBtnClick() {},
    addBtnClick() {
      this.$router.push({ name: "addProductRegisterPage" })
    },
    // 查看
    viewClick(row) {
      console.log(row)
@@ -110,6 +112,7 @@
<!-- Add "scoped" attribute to limit CSS to this component only -->
<style lang="scss" scoped>
.productRegisterForm-container {
  height: 100%;
  .filter-card {
    margin: 20px 30px;
    height: 80px;
@@ -123,6 +126,7 @@
    margin: 0 30px;
    background-color: #fff;
    padding: 10px 15px;
    height: calc(100% - 180px);
  }
}
</style>