|
@@ -72,7 +72,12 @@ export function createCompStyle(
|
|
|
|
|
|
|
|
|
|
|
|
-
|
|
|
+ const [w, h, sizeOpts] = layout.size;
|
|
|
+
|
|
|
+ style.width = designToNaturalSize(w);
|
|
|
+ style.height = designToNaturalSize(h, {
|
|
|
+ adaptiveH: sizeOpts?.unit === "%",
|
|
|
+ });
|
|
|
|
|
|
if (layout.transformMatrix) {
|
|
|
//样式的scale转 width
|