@fast-china/utils 1.0.22 → 1.0.24

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -13561,7 +13561,7 @@ var FastUtils = function(exports, vue) {
13561
13561
  } else {
13562
13562
  return Object.entries(styles).filter(([_, value]) => value !== null && value !== "").map(([key, value]) => {
13563
13563
  const keyName = key.replace(/([A-Z])/g, "-$1").toLowerCase();
13564
- return `${keyName}: ${value};`;
13564
+ return `${keyName}:${value};`;
13565
13565
  }).join(" ");
13566
13566
  }
13567
13567
  };