rabin 2 年之前
父節點
當前提交
539f044837
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      app/goods/lib/Sku.php

+ 2 - 2
app/goods/lib/Sku.php

@@ -608,9 +608,9 @@ class Sku
         $html = $prefix . $head . $body;
 
         if ($update) {
-            $html = '<table class="layui-table goods_table">' . $html . '</table>';
+            $html = '<table class="layui-table goods_table" style="width: 100%;">' . $html . '</table>';
         } else {
-            $html = '<table class="layui-table goods_table">' . $html . '</table>';
+            $html = '<table class="layui-table goods_table" style="width: 100%;">' . $html . '</table>';
         }
 
         if ($single_attr && $sku_value) {