From 5ac428a84bf438707c011b6285b1349647cf5b2e Mon Sep 17 00:00:00 2001 From: ljx <864490211@qq.com> Date: Fri, 20 Sep 2024 14:33:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=9B=9B=E6=A5=BC=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/datav/index.vue | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/components/datav/index.vue b/src/components/datav/index.vue index 5efbc1b..23c1669 100644 --- a/src/components/datav/index.vue +++ b/src/components/datav/index.vue @@ -388,6 +388,15 @@ export default { height:'50%', width:['100%','0%', '0%'], } + }else if(Aid == 'A4'){ + this.row1Style={ + height:'50%', + width:['100%','0%','0%'], + }; + this.row2Style={ + height:'50%', + width:['100%','0%', '0%'], + } } this.createdData(Aid) let that = this;