Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitfa46188

Browse files
update in lowcoder-code build
1 parent6e9aa66 commitfa46188

File tree

1 file changed

+1
-1
lines changed
  • client/packages/lowcoder-core/lib

1 file changed

+1
-1
lines changed

‎client/packages/lowcoder-core/lib/index.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3331,7 +3331,7 @@ function styleNamespace(id) {
33313331
function evalStyle(id, css, globalStyle) {
33323332
var _a;
33333333
var styleId = styleNamespace(id);
3334-
var prefixId = globalStyle ? id : "#".concat(id);
3334+
var prefixId = globalStyle ? id : ".".concat(id);
33353335
var compiledCSS = "";
33363336
css.forEach(function (i) {
33373337
if (!i.trim()) {

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp