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