@ebl-vue/editor-render 2.31.37 → 2.31.38

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.
package/dist/index.mjs CHANGED
@@ -182,7 +182,7 @@ for (let a in N) {
182
182
  const e = ne(N[a]);
183
183
  O.push(e);
184
184
  }
185
- const Y = /* @__PURE__ */ ((a = []) => ({ version: "2.31.37", install: (e) => {
185
+ const Y = /* @__PURE__ */ ((a = []) => ({ version: "2.31.38", install: (e) => {
186
186
  e[D] || (e[D] = !0, a.forEach((t) => e.use(t)));
187
187
  } }))(O), ht = Y.install, vt = Y.version;
188
188
  export {
@@ -49,14 +49,14 @@
49
49
  overflow: auto;
50
50
  position:sticky;
51
51
  top: var(--ebl-er-header-height);
52
+
52
53
  }
53
54
  .ebl-er-doc-content{
54
55
  box-sizing:border-box;
55
56
  display:flex;
56
57
  flex-direction: row;
57
58
  max-width: calc(100% - var(--ebl-er-doc-menu-width));
58
- flex-grow: 1
59
-
59
+ flex-grow: 1;
60
60
  }
61
61
  .ebl-er-doc-content-container{
62
62
  box-sizing: border-box;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ebl-vue/editor-render",
3
- "version": "2.31.37",
3
+ "version": "2.31.38",
4
4
  "type": "module",
5
5
  "author": "lrj525@sina.com",
6
6
  "description": "用于渲染editor-full编辑器内容",