Jelajahi Sumber

修改后台富文本

PC-20230314RMCU\Administrator 2 tahun lalu
induk
melakukan
c5e1475ec5

+ 1 - 1
application/store/view/about/form.html

@@ -32,7 +32,7 @@
 <script>
     window.form.render();
     require(['ckeditor', 'angular'], function () {
-        window.createEditor('#content', {height: 200,width: 650});
+        window.createEditor('#content', {height: 200,width: 1000});
     })
 </script>
 <script>

+ 1 - 1
application/store/view/contents/form.html

@@ -39,7 +39,7 @@
 <script>
     window.form.render();
     require(['ckeditor', 'angular'], function () {
-        window.createEditor('[name="content"]', {height: 200,width: 650});
+        window.createEditor('[name="content"]', {height: 200,width: 1000});
     })
 </script>
 <script>

+ 1 - 1
application/store/view/news/form.html

@@ -39,7 +39,7 @@
 <script>
     window.form.render();
     require(['ckeditor', 'angular'], function () {
-        window.createEditor('[name="content"]', {height: 200,width: 650});
+        window.createEditor('[name="content"]', {height: 200,width: 1000});
     })
 </script>
 <script>

+ 1 - 1
application/store/view/product/form.html

@@ -39,7 +39,7 @@
 <script>
     window.form.render();
     require(['ckeditor', 'angular'], function () {
-        window.createEditor('[name="content"]', {height: 200,width: 650});
+        window.createEditor('[name="content"]', {height: 200,width: 1000});
     })
 </script>
 

+ 0 - 6
application/store/view/trade/form.html

@@ -26,12 +26,6 @@
 </form>
 <script>
     window.form.render();
-    require(['ckeditor', 'angular'], function () {
-        window.createEditor('[name="content"]', {height: 200,width: 650});
-    })
-</script>
-<script>
-    window.form.render();
     $('[name="url"]').uploadOneImage();
 </script>