1.0.1 • Published 3 years ago

web_chicken-ui v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

web_chicken-ui

npm安装:

npm i web_chicken-ui

字段介绍:

  • thead表头
  • theadHeight 表头高度
  • tbody 内容
  • tbodyHeight内容高度
thead:[
	{id:1,title:'ID',theadWidth:'100px'},
	{id:2,title:'编号',theadWidth:'100px'},
	{id:3,title:'内容',theadWidth:'100px'}
  ],
   theadHeight:'40px',
   tbodyHeight:'30px',
   tbody:[
	{id:1,title:'内容1',content:'我是第一条内容'},
	{id:2,title:'内容2',content:'我是第二条'},
	{id:3,title:'内容3',content:'我是第三条'}
  ],