修复table 布局问题 column 新增minWidth和ellipsisTooltip属性 ISSUES CLOSED: https://gitee.com/layui/layui-vue/issues/I58DWF
		
			
				
	
	
		
			30 lines
		
	
	
		
			981 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			30 lines
		
	
	
		
			981 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!DOCTYPE html>
 | 
						|
<html lang="en">
 | 
						|
  <head>
 | 
						|
    <meta charset="UTF-8" />
 | 
						|
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
 | 
						|
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
 | 
						|
    <meta name="renderer" content="webkit" />
 | 
						|
    <meta name="force-rendering" content="webkit" />
 | 
						|
    <meta name="applicable-device" content="pc,mobile" />
 | 
						|
    <meta name="author" content="Jmys <jmys1992@gmail.com>" />
 | 
						|
    <meta
 | 
						|
      name="keywords"
 | 
						|
      content="element-pro,pro-components,admin,element-plus,components,vue,ui"
 | 
						|
    />
 | 
						|
    <link rel="icon" href="/favicon.ico" />
 | 
						|
    <title>Layui - Vue 开源前端 UI 框架</title>
 | 
						|
    <!--preload-links-->
 | 
						|
    <script type="module" crossorigin src="/assets/index.8d5473b0.js"></script>
 | 
						|
    <link rel="modulepreload" href="/assets/vendor.e7911ee1.js">
 | 
						|
    <link rel="stylesheet" href="/assets/index.000334b5.css">
 | 
						|
  </head>
 | 
						|
 | 
						|
  <body>
 | 
						|
    <div id="app">
 | 
						|
      <!--app-html-->
 | 
						|
    </div>
 | 
						|
    
 | 
						|
  </body>
 | 
						|
</html>
 |