diff --git a/dev/Common/Html.js b/dev/Common/Html.js index 3b983c586..69a664452 100644 --- a/dev/Common/Html.js +++ b/dev/Common/Html.js @@ -173,7 +173,8 @@ export const if (!value.includes('%')) { delAttribute('width'); oStyle.maxWidth = value + 'px'; - oStyle.removeProperty('width'); + oStyle.width = '100%'; +// oStyle.removeProperty('width'); } }