@ebl-vue/editor-full 2.31.22 → 2.31.23

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ebl-vue/editor-full",
3
- "version": "2.31.22",
3
+ "version": "2.31.23",
4
4
  "type": "module",
5
5
  "author": "lrj525@sina.com",
6
6
  "description": "结构化编辑器",
@@ -161,7 +161,7 @@ onMounted(() => {
161
161
  tunes: tunes.concat(['imageResize']),
162
162
  config: {
163
163
  types: ".png,.jpeg,.jpg,.gif,.webp",
164
- userStore: props.userStore,
164
+
165
165
  endpoints: {
166
166
  byFile: '',
167
167
 
package/src/style.css CHANGED
@@ -21,11 +21,7 @@
21
21
  padding-right: 280px;
22
22
  }
23
23
  .ebl-editor.outline .codex-editor{flex:1;}
24
- /* .ebl-editor .outline-holder{
25
- width: 200px;
26
- border-right: 1px solid var(--color-border);
27
- overflow: auto;
28
- } */
24
+
29
25
 
30
26
  @media(max-width:1240px){
31
27
  .ebl-outline{
@@ -39,25 +35,14 @@
39
35
  @media(min-width:1240px){
40
36
  .ebl-editor.readonly .ce-block__content{
41
37
  max-width: 100%;
42
- padding-left: 60px;
43
- padding-right: 60px;
38
+ padding-left: 100px;
39
+ padding-right: 100px;
44
40
 
45
41
  }
46
42
 
47
43
  }
48
- /* .ce-block__content{
49
- width: var(--content-width);
50
- } */
51
- /* @media (min-width: 1050px) {
52
- .ce-block__content {
53
- max-width: 700px;
54
-
55
- }
56
- .ce-toolbar__content {
57
- max-width: 700px;
58
- }
59
-
60
- } */
44
+
45
+
61
46
 
62
47
  .ce-toolbar,.ce-inline-toolbar{
63
48
  z-index: 1000;