From 5abf2aaba301eb907df7afb42fd74df33e06a14c Mon Sep 17 00:00:00 2001 From: shaohuzhang1 Date: Mon, 18 Mar 2024 17:56:22 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=8E=BB=E6=8E=89=E5=B5=8C=E5=85=A5?= =?UTF-8?q?=E8=84=9A=E6=9C=AC@scope=20=E6=A0=B7=E5=BC=8F=20=E6=89=8B?= =?UTF-8?q?=E6=9C=BA=E7=AB=AF=E4=B8=8D=E6=94=AF=E6=8C=81@scope?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/application/template/embed.js | 4 ++-- ui/public/embeb.js | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/application/template/embed.js b/apps/application/template/embed.js index 16b814a1d..1e32afffc 100644 --- a/apps/application/template/embed.js +++ b/apps/application/template/embed.js @@ -130,7 +130,7 @@ function initMaxkbStyle(root){ style=document.createElement('style') style.type='text/css' style.innerText= ` - @scope {/* 放大 */ + /* 放大 */ #maxkb .maxkb-enlarge { width: 50%!important; height: 100%!important; @@ -284,7 +284,7 @@ function initMaxkbStyle(root){ to { height: 600px; } - }}` + }` root.appendChild(style) } diff --git a/ui/public/embeb.js b/ui/public/embeb.js index 84da204d6..ee3a99ef8 100644 --- a/ui/public/embeb.js +++ b/ui/public/embeb.js @@ -138,7 +138,7 @@ function initMaxkbStyle(root){ style=document.createElement('style') style.type='text/css' style.innerText= ` - @scope {/* 放大 */ + /* 放大 */ #maxkb .maxkb-enlarge { width: 50%!important; height: 100%!important; @@ -292,7 +292,7 @@ function initMaxkbStyle(root){ to { height: 600px; } - }}` + }` root.appendChild(style) }