@ray-js/code-sandbox 0.0.7-beta-1 → 0.0.7-beta-3

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.
@@ -122,7 +122,10 @@ export const CodeEditor = /*#__PURE__*/React.forwardRef((_ref, parentRef) => {
122
122
  };
123
123
  }
124
124
  return /*#__PURE__*/React.createElement(Spin, {
125
- spinning: initloading
125
+ spinning: initloading,
126
+ style: {
127
+ flexGrow: 1
128
+ }
126
129
  }, code && /*#__PURE__*/React.createElement(Editor, {
127
130
  loaderConfig: loaderConfig,
128
131
  theme: "monokai-bright",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ray-js/code-sandbox",
3
- "version": "0.0.7-beta-1",
3
+ "version": "0.0.7-beta-3",
4
4
  "description": "小程序 CodeSandbox 容器",
5
5
  "main": "lib/index",
6
6
  "files": [