wupengfei 3 年之前
父节点
当前提交
33455e553b
共有 1 个文件被更改,包括 27 次插入29 次删除
  1. 27 29
      application/market/view/goods/form.html

+ 27 - 29
application/market/view/goods/form.html

@@ -5,35 +5,33 @@
     }
 </style>
 <div class="layui-card-body">
-    <div class="layui-form-item">
-        <div class="layui-input-block">
-            <table class="layui-table margin-top-10" lay-skin="line">
-                <thead>
-                <tr>
-                    <th class='text-left nowrap'>名称</th>
-                    <th class='text-left nowrap'>图片</th>
-                    <th class='text-left nowrap'>数量</th>
-                    <th class='text-left nowrap'>圆币</th>
-                </tr>
-                </thead>
-                <tbody class="no_html">
-                {foreach :json_decode($vo.pro_info,true) as $sk=>$sv}
-                <tr class="no_detail">
-                    <td class='text-left nowrap'>
-                        <input class='layui-input' readonly style="background-color: #e6e6e6" value="{$sv['case_name']}"/>
-                    </td>
-                    <td class='text-left nowrap'><img  src="{$vo.case_cover|default=''}" width="30px"></td>
-                    <td class='text-left nowrap'>
-                        <input class='layui-input'  readonly style="background-color: #e6e6e6" value="{$sv['num']}"/>
-                    </td>
-                    <td class='text-left nowrap'>
-                        <input class='layui-input'  readonly style="background-color: #e6e6e6" value="{$sv['crystal']}"/>
-                    </td>
-                </tr>
-                {/foreach}
-                </tbody>
-            </table>
-        </div>
+    <div class="layui-input-block">
+        <table class="layui-table margin-top-10" lay-skin="line">
+            <thead>
+            <tr>
+                <th class='text-left nowrap'>名称</th>
+                <th class='text-left nowrap'>图片</th>
+                <th class='text-left nowrap'>数量</th>
+                <th class='text-left nowrap'>圆币</th>
+            </tr>
+            </thead>
+            <tbody class="no_html">
+            {foreach :json_decode($vo.pro_info,true) as $sk=>$sv}
+            <tr class="no_detail">
+                <td class='text-left nowrap'>
+                    <input class='layui-input' readonly style="background-color: #e6e6e6" value="{$sv['case_name']}"/>
+                </td>
+                <td class='text-left nowrap'><img  src="{$vo.case_cover|default=''}" width="30px"></td>
+                <td class='text-left nowrap'>
+                    <input class='layui-input'  readonly style="background-color: #e6e6e6" value="{$sv['num']}"/>
+                </td>
+                <td class='text-left nowrap'>
+                    <input class='layui-input'  readonly style="background-color: #e6e6e6" value="{$sv['crystal']}"/>
+                </td>
+            </tr>
+            {/foreach}
+            </tbody>
+        </table>
     </div>
 </div>