From 3bd5e7483b52f4a13940c2a729f0cdfda69d78c7 Mon Sep 17 00:00:00 2001 From: lj7788 Date: Fri, 22 Aug 2025 23:43:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=A4=A7=E5=B1=8F=E6=9D=90?= =?UTF-8?q?=E6=96=99=E7=AE=A1=E7=90=86=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- yanzhu-bigscreen/package.json | 1 + yanzhu-bigscreen/src/views/machmater/materialManage.vue | 2 ++ 2 files changed, 3 insertions(+) diff --git a/yanzhu-bigscreen/package.json b/yanzhu-bigscreen/package.json index c5061d8a..8770ecea 100644 --- a/yanzhu-bigscreen/package.json +++ b/yanzhu-bigscreen/package.json @@ -3,6 +3,7 @@ "version": "0.1.0", "private": true, "scripts": { + "inst":"yarn --ignore-engines", "serve": "vue-cli-service serve", "serve:prod": "vue-cli-service serve --mode production", "build": "vue-cli-service build", diff --git a/yanzhu-bigscreen/src/views/machmater/materialManage.vue b/yanzhu-bigscreen/src/views/machmater/materialManage.vue index 372ba36c..58aaa369 100644 --- a/yanzhu-bigscreen/src/views/machmater/materialManage.vue +++ b/yanzhu-bigscreen/src/views/machmater/materialManage.vue @@ -417,6 +417,7 @@ export default { result = result.data; this.workerOrderLoading = false if (result && result.code == '000000' && result.data) { + console.log("result", result) let moreDataTemp = [] result.data.forEach(item => { if (moreDataTemp.length <= 0) { @@ -827,6 +828,7 @@ export default { } .xhz-concrete-chart { + height: calc(100% - 40px); &.no-data { height: 100%; justify-content: center;