lsc hai 1 ano
pai
achega
f79e18e183

+ 1 - 1
dist/index.html

@@ -32,7 +32,7 @@
       width: 100%;
       background: #e6eaf0;
       font-family: 'Source Han Sans SC', sans-serif;
-    }</style><link href=./static/css/app.f4f2061a5f56b5baa5f8d0be16e432bb.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.571c38d63f24b1ae9e16.js></script><script type=text/javascript src=./static/js/vendor.11d8a4dfbebdec332b5f.js></script><script type=text/javascript src=./static/js/app.467d4ebd1904692efaeb.js></script></body></html><script>function stopSafari() {
+    }</style><link href=./static/css/app.733727a1ea3b73abb4db2150031b1dfe.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.571c38d63f24b1ae9e16.js></script><script type=text/javascript src=./static/js/vendor.11d8a4dfbebdec332b5f.js></script><script type=text/javascript src=./static/js/app.cc0358f9febd47edddcc.js></script></body></html><script>function stopSafari() {
     //阻止safari浏览器双击放大功能
     let lastTouchEnd = 0  //更新手指弹起的时间
     document.documentElement.addEventListener("touchstart", function (event) {

A diferenza do arquivo foi suprimida porque é demasiado grande
+ 0 - 0
dist/static/css/app.733727a1ea3b73abb4db2150031b1dfe.css


A diferenza do arquivo foi suprimida porque é demasiado grande
+ 0 - 0
dist/static/css/app.733727a1ea3b73abb4db2150031b1dfe.css.map


A diferenza do arquivo foi suprimida porque é demasiado grande
+ 0 - 0
dist/static/js/app.cc0358f9febd47edddcc.js


A diferenza do arquivo foi suprimida porque é demasiado grande
+ 0 - 0
dist/static/js/app.cc0358f9febd47edddcc.js.map


A diferenza do arquivo foi suprimida porque é demasiado grande
+ 0 - 0
dist/static/js/manifest.571c38d63f24b1ae9e16.js.map


+ 6 - 2
src/components/pages/addCourse.vue

@@ -6827,7 +6827,7 @@
       title="添加文档"
       :visible.sync="dialogVisibleWord"
       :append-to-body="true"
-      width="800px"
+      width="95%"
       :before-close="handleClose"
       class="dialog_diy"
     >
@@ -6836,7 +6836,7 @@
           <el-input v-model="AttText.title" auto-complete="off" @input="change2" placeholder="请输入文本标题..."></el-input>
         </el-form-item> -->
         <div>文档内容</div>
-        <editor-bar v-model="wordJson.text"></editor-bar>
+        <editor-bar v-model="wordJson.text" class="text_panel"></editor-bar>
       </el-form>
       <span slot="footer" class="dialog-footer">
         <!-- <el-button @click="dialogVisibleWord = false">取 消</el-button> -->
@@ -18339,4 +18339,8 @@ ol {
   align-items: center;
   margin: 15px 0;
 }
+
+.text_panel >>> .text{
+  height: 400px;
+}
 </style>

+ 6 - 2
src/components/pages/aiAddCourse/addCourse.vue

@@ -4688,14 +4688,14 @@
         <el-button type="primary" @click="addTableJson">上传模板</el-button>
       </span>
     </el-dialog>
-    <el-dialog title="添加文档" :visible.sync="dialogVisibleWord" :append-to-body="true" width="800px"
+    <el-dialog title="添加文档" :visible.sync="dialogVisibleWord" :append-to-body="true" width="95%"
       :before-close="handleClose" class="dialog_diy">
       <el-form>
         <!-- <el-form-item label="文本标题">
           <el-input v-model="AttText.title" auto-complete="off" @input="change2" placeholder="请输入文本标题..."></el-input>
         </el-form-item> -->
         <div>文档内容</div>
-        <editor-bar v-model="wordJson.text"></editor-bar>
+        <editor-bar v-model="wordJson.text" class="text_panel"></editor-bar>
       </el-form>
       <span slot="footer" class="dialog-footer">
         <!-- <el-button @click="dialogVisibleWord = false">取 消</el-button> -->
@@ -16425,4 +16425,8 @@ ol {
 .rb_c_nav span.active {
   color: #0061FF
 }
+
+.text_panel >>> .text{
+  height: 400px;
+}
 </style>

+ 7 - 2
src/components/pages/easy/addCourse.vue

@@ -4472,14 +4472,14 @@
         <el-button type="primary" @click="addTableJson">上传模板</el-button>
       </span>
     </el-dialog>
-    <el-dialog title="添加文档" :visible.sync="dialogVisibleWord" :append-to-body="true" width="800px"
+    <el-dialog title="添加文档" :visible.sync="dialogVisibleWord" :append-to-body="true" width="95%"
       :before-close="handleClose" class="dialog_diy">
       <el-form>
         <!-- <el-form-item label="文本标题">
           <el-input v-model="AttText.title" auto-complete="off" @input="change2" placeholder="请输入文本标题..."></el-input>
         </el-form-item> -->
         <div>文档内容</div>
-        <editor-bar v-model="wordJson.text"></editor-bar>
+        <editor-bar v-model="wordJson.text" class="text_panel"></editor-bar>
       </el-form>
       <span slot="footer" class="dialog-footer">
         <!-- <el-button @click="dialogVisibleWord = false">取 消</el-button> -->
@@ -13959,4 +13959,9 @@ ol {
   left: 0;
   margin: 15px 0 0;
 }
+
+
+.text_panel >>> .text{
+  height: 400px;
+}
 </style>

+ 6 - 2
src/components/pages/newCourse/addCourse.vue

@@ -6821,7 +6821,7 @@
       title="添加文档"
       :visible.sync="dialogVisibleWord"
       :append-to-body="true"
-      width="800px"
+      width="95%"
       :before-close="handleClose"
       class="dialog_diy"
     >
@@ -6830,7 +6830,7 @@
           <el-input v-model="AttText.title" auto-complete="off" @input="change2" placeholder="请输入文本标题..."></el-input>
         </el-form-item> -->
         <div>文档内容</div>
-        <editor-bar v-model="wordJson.text"></editor-bar>
+        <editor-bar v-model="wordJson.text" class="text_panel"></editor-bar>
       </el-form>
       <span slot="footer" class="dialog-footer">
         <!-- <el-button @click="dialogVisibleWord = false">取 消</el-button> -->
@@ -18376,4 +18376,8 @@ ol {
   align-items: center;
   margin: 15px 0;
 }
+
+.text_panel >>> .text{
+  height: 400px;
+}
 </style>

Algúns arquivos non se mostraron porque demasiados arquivos cambiaron neste cambio