From 8fb09d96627b5b32cade171afebf3015c959ff6d Mon Sep 17 00:00:00 2001 From: cpf <1105965053@qq.com> Date: Fri, 31 Jul 2020 10:46:25 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=AE=8C=E5=96=84]=20=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E5=B8=83=E5=B1=80=E5=AE=8C=E5=96=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../collection-tools/collection-tools.component.html | 10 ++++++---- .../collection-tools/collection-tools.component.scss | 10 ++++++++-- 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/src/app/ui/collection-tools/collection-tools.component.html b/src/app/ui/collection-tools/collection-tools.component.html index 3c022c3..982050b 100644 --- a/src/app/ui/collection-tools/collection-tools.component.html +++ b/src/app/ui/collection-tools/collection-tools.component.html @@ -17,10 +17,12 @@ - -
- - + +
+
+ + +
diff --git a/src/app/ui/collection-tools/collection-tools.component.scss b/src/app/ui/collection-tools/collection-tools.component.scss index 27cb39f..6eefeaf 100644 --- a/src/app/ui/collection-tools/collection-tools.component.scss +++ b/src/app/ui/collection-tools/collection-tools.component.scss @@ -47,13 +47,19 @@ width: 13%; height: 100%; } - .functionalDomainRight { + #functionalDomainRight { background-color: #fff; height: 100%; display: flex; position: relative; - .h5Unity { + #h5Unity { flex: 100%; + #h5Canvas{ + width: 100%; + height: 100%; + box-sizing: border-box; + padding: 1px; + } } .rightAttribute{ width: 13%;