From 2534175e36ed4cd3bd760305444bea200fcab0ad Mon Sep 17 00:00:00 2001 From: ChenX Date: Tue, 22 Jun 2021 16:14:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=80=E5=8F=91:=E6=B8=85=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/UI/Layout/ApplicationLayout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/UI/Layout/ApplicationLayout.tsx b/src/UI/Layout/ApplicationLayout.tsx index 92874ceee..18633b291 100644 --- a/src/UI/Layout/ApplicationLayout.tsx +++ b/src/UI/Layout/ApplicationLayout.tsx @@ -216,7 +216,7 @@ export class WebCAD position: absolute; top:calc(100%/2.2); left:0; - z-index:${ZINDEX.Common}; `; + z-index:${ZINDEX.Common};`; document.getElementById("Webgl").appendChild(propertiesBtn); ReactDOM.render(, propertiesBtn);