Skip to content

Commit

Permalink
perf(0.8.0-1): update README
Browse files Browse the repository at this point in the history
  • Loading branch information
BoBoooooo committed Jan 5, 2021
1 parent be98846 commit 03ddf40
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@

# 🎉 ElementProCrud 🎉

## [文档地址](http://crud.boboooooo.top)

## 特性
- 基于el-table,el-form二次封装,表单表格支持可视化配置
- 表单设计器
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "element-pro-crud",
"version": "0.8.0",
"version": "0.8.0-1",
"main": "lib/ProCrud.umd.min.js",
"files": [
"lib",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ export default class GenerateSubForm extends Vue {
.action-btn {
height: 22px;
width: 34px;
padding: 0;
padding: 0!important;
}
.el-icon-plus{
color: rgb(85, 85, 85);
Expand Down

0 comments on commit 03ddf40

Please sign in to comment.