From 404edeeb419242ac204b513456e14ccd3afb4e35 Mon Sep 17 00:00:00 2001 From: zuozhengqing <a13193816592@163.com> Date: 星期日, 07 四月 2024 11:21:00 +0800 Subject: [PATCH] 生丝定价标准页面调整 --- src/views/productManage/productRegisterForm/index.vue | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/src/views/productManage/productRegisterForm/index.vue b/src/views/productManage/productRegisterForm/index.vue index 1770ad9..a9a9bec 100644 --- a/src/views/productManage/productRegisterForm/index.vue +++ b/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> -- Gitblit v1.8.0