🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

web_chicken-ui

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

web_chicken-ui - npm Package Compare versions

Comparing version
1.0.0
to
1.0.1
+30
README.md
### web_chicken-ui
npm安装:
```
npm i web_chicken-ui
```
字段介绍:
- thead表头
- theadHeight 表头高度
- tbody 内容
- tbodyHeight内容高度
```js
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:'我是第三条'}
],
```
+1
-1
{
"name": "web_chicken-ui",
"version": "1.0.0",
"version": "1.0.1",
"miniprogram": "src",

@@ -5,0 +5,0 @@ "description": "web-chicken自定义组件",