diff --git a/package.json b/package.json
index 125f169..5dc93ad 100644
--- a/package.json
+++ b/package.json
@@ -46,8 +46,6 @@
"@ckeditor/ckeditor5-html-support": "^45.1.0",
"@ckeditor/ckeditor5-vue2": "^3.0.1",
"@riophae/vue-treeselect": "0.4.0",
- "@wangeditor/editor": "^5.1.23",
- "@wangeditor/editor-for-vue": "^1.0.2",
"aieditor": "^1.3.8",
"axios": "0.27.2",
"benz-amr-recorder": "^1.1.5",
diff --git a/src/assets/styles/v-layout.scss b/src/assets/styles/v-layout.scss
index 52cfaca..a62de36 100644
--- a/src/assets/styles/v-layout.scss
+++ b/src/assets/styles/v-layout.scss
@@ -745,6 +745,7 @@ body {
}
/* 页面 框架 ==========================================*/
+.aie-container .aie-resize-wrapper img{width: 100%!important;}
.ai-pages {
position: relative;
height: 100%;
@@ -872,9 +873,9 @@ body {
.ai-editor_html {
font-size: 16px;
height: calc(100% - 90px);
-
+img{margin: 20px;}
padding: 30px 0;
-
+ h1,h2,h3{margin-top: 20px; margin-bottom: 15px;}
p {
line-height: 1.75;
margin-bottom: 20px;
diff --git a/src/views/components/v-editor/index1.vue b/src/views/components/v-editor/index1.vue
index f32d0d6..4137511 100644
--- a/src/views/components/v-editor/index1.vue
+++ b/src/views/components/v-editor/index1.vue
@@ -39,6 +39,10 @@ export default {
items: ["Bold", "Italic", "Underline", "Strike", "code", "comment"],
},
})
+ },methods:{
+ getAiEditor(){
+ return this.aiEditor.getMarkdown()
+ }
}
}
diff --git a/src/views/pages/AI-Document-Correction/dialog.vue b/src/views/pages/AI-Document-Correction/dialog.vue
index d3fc5e0..7c19bfd 100644
--- a/src/views/pages/AI-Document-Correction/dialog.vue
+++ b/src/views/pages/AI-Document-Correction/dialog.vue
@@ -559,4 +559,3 @@ export default {
}
-
diff --git a/src/views/pages/AI-Document-Writing/dialog.vue b/src/views/pages/AI-Document-Writing/dialog.vue
index 2bf1b92..8bd1524 100644
--- a/src/views/pages/AI-Document-Writing/dialog.vue
+++ b/src/views/pages/AI-Document-Writing/dialog.vue
@@ -290,7 +290,6 @@ export default {
}
-