From 926b7b7df19001370520b7efcf49a612f9201264 Mon Sep 17 00:00:00 2001 From: "wu.jian2" Date: Thu, 3 Aug 2023 16:31:08 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E4=BC=98=E5=8C=96=E5=A4=A7=E5=B1=8F?= =?UTF-8?q?=E8=AE=BE=E8=AE=A1=E6=97=B6=EF=BC=8C=E9=80=89=E6=8B=A9=E8=B5=84?= =?UTF-8?q?=E6=BA=90=EF=BC=8C=E8=B5=84=E6=BA=90=E5=BA=93=E5=B1=95=E7=A4=BA?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=EF=BC=8C=E5=9B=BA=E5=AE=9A=E5=A4=B4=E9=83=A8?= =?UTF-8?q?=E5=92=8C=E5=BA=95=E9=83=A8=E5=88=86=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../BigScreenDesign/SourceDialog/index.vue | 69 ++++++++++--------- .../ComponentList/CatalogEditForm.vue | 15 ++-- .../packages/assets/style/common/index.scss | 3 + 3 files changed, 46 insertions(+), 41 deletions(-) diff --git a/data-room-ui/packages/BigScreenDesign/SourceDialog/index.vue b/data-room-ui/packages/BigScreenDesign/SourceDialog/index.vue index 8eca96ae..7c1bf2a2 100644 --- a/data-room-ui/packages/BigScreenDesign/SourceDialog/index.vue +++ b/data-room-ui/packages/BigScreenDesign/SourceDialog/index.vue @@ -38,7 +38,6 @@ @@ -52,7 +51,9 @@ element-loading-text="加载中" :style="{ display: gridComputed ? 'grid' : 'flex', - justifyContent: gridComputed ? 'space-around' : 'flex-start' + justifyContent: gridComputed ? 'space-around' : 'flex-start', + height: 'calc(100vh - 400px)', + marginBottom: '38px' }" > @@ -100,23 +101,23 @@ > 暂无数据 - + @@ -224,7 +225,11 @@ export default {