wupengfei 2 년 전
부모
커밋
675bf7ff42
2개의 변경된 파일1개의 추가작업 그리고 18개의 파일을 삭제
  1. 1 1
      .idea/workspace.xml
  2. 0 17
      application/nutrition/view/article_item/content.html

+ 1 - 1
.idea/workspace.xml

@@ -281,7 +281,7 @@
       <workItem from="1680482771840" duration="26489000" />
       <workItem from="1680569641620" duration="25067000" />
       <workItem from="1680742166229" duration="18923000" />
-      <workItem from="1680829083542" duration="10804000" />
+      <workItem from="1680829083542" duration="10854000" />
     </task>
     <servers />
   </component>

+ 0 - 17
application/nutrition/view/article_item/content.html

@@ -27,23 +27,6 @@
 </div>
 <script>
     window.form.render();
-    $('#summernote').summernote({
-        placeholder:'Hello bootstrap 4',
-        tabsize:2,
-        height:700,
-        width:550,
-        toolbar:[
-            // [groupName, [list of button]]
-            ['style',['bold','italic','underline','clear']],
-            ['font',['strikethrough','superscript','subscript']],
-            ['fontsize',['fontsize']],
-            ['color',['color']],
-            ['para',['ul','ol','paragraph']],
-            ['height',['height']]
-        ]
-
-    });
-
 
 </script>
 {/block}