Skip to content

Commit fa46188

Browse files
update in lowcoder-code build
1 parent 6e9aa66 commit fa46188

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

+1-1
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)