From 4329ef9ef63cc714b48bd40a1dcc4671c08d7158 Mon Sep 17 00:00:00 2001 From: "liu.tao3" Date: Wed, 27 Sep 2023 09:46:39 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E5=A4=8D=E5=88=9D=E5=A7=8B?= =?UTF-8?q?=E8=BF=9B=E5=85=A5=E6=89=93=E5=BC=80=E9=85=8D=E7=BD=AE=E6=A0=8F?= =?UTF-8?q?=E7=94=BB=E5=B8=83=E6=9C=AA=E8=87=AA=E9=80=82=E5=BA=94=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data-room-ui/packages/BigScreenDesign/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/data-room-ui/packages/BigScreenDesign/index.vue b/data-room-ui/packages/BigScreenDesign/index.vue index 0c87a6fc..bfa0bcf9 100644 --- a/data-room-ui/packages/BigScreenDesign/index.vue +++ b/data-room-ui/packages/BigScreenDesign/index.vue @@ -410,6 +410,7 @@ export default { openRightPanel (card) { this.rightVisiable = true this.pageInfoVisiable = false + this.$refs.Rules.initRuleHeight() }, openDataViewDialog (config) { this.$refs.dataViewDialog.init(config)