wupengfei преди 2 години
родител
ревизия
6fee435c60
променени са 2 файла, в които са добавени 4 реда и са изтрити 5 реда
  1. 1 2
      .idea/workspace.xml
  2. 3 3
      application/store/view/banner/form.html

+ 1 - 2
.idea/workspace.xml

@@ -4,7 +4,6 @@
     <list default="true" id="a760c6e5-d38f-48d9-be27-0f7a4f48e29f" name="Default Changelist" comment="">
       <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
       <change beforePath="$PROJECT_DIR$/application/store/view/banner/form.html" beforeDir="false" afterPath="$PROJECT_DIR$/application/store/view/banner/form.html" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/application/store/view/banner/index.html" beforeDir="false" afterPath="$PROJECT_DIR$/application/store/view/banner/index.html" afterDir="false" />
     </list>
     <option name="SHOW_DIALOG" value="false" />
     <option name="HIGHLIGHT_CONFLICTS" value="true" />
@@ -149,7 +148,7 @@
       <workItem from="1661734371076" duration="15282000" />
       <workItem from="1661820079823" duration="2898000" />
       <workItem from="1661907611720" duration="5931000" />
-      <workItem from="1661993135050" duration="1193000" />
+      <workItem from="1661993135050" duration="1270000" />
     </task>
     <servers />
   </component>

+ 3 - 3
application/store/view/banner/form.html

@@ -12,7 +12,7 @@
 <div class="think-box-shadow"  style="height: 100%">
 <form class="layui-form layui-card" action="{:request()->url()}" data-auto="true" method="post" autocomplete="off">
     <fieldset class="layui-elem-field layui-field-title" style="margin-top: 30px;">
-        <legend>商品编辑</legend>
+        <legend>轮播图编辑</legend>
     </fieldset>
     <div class="layui-tab-content">
         <div class="layui-tab-item layui-show">
@@ -55,8 +55,8 @@
         $('[name="cover"]').uploadOneImage();
         require(['ckeditor', 'angular'], function () {
             window.createEditor('[name="content"]', {
-                height: 250,
-                width:800
+                height: 500,
+
             });
         })
     </script>