Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
xuliangzhan committed Jan 18, 2021
1 parent c9cb2af commit a3723e0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vxe-table-plugin-element",
"version": "1.10.1",
"version": "1.10.2",
"description": "基于 vxe-table 表格的适配插件,用于兼容 element-ui 组件库",
"scripts": {
"lib": "gulp build"
Expand Down Expand Up @@ -50,10 +50,10 @@
"typescript": "^4.0.5",
"vue": "^2.6.12",
"vxe-table": "^2.10.0",
"xe-utils": "^3.0.1"
"xe-utils": "^3.0.4"
},
"peerDependencies": {
"vxe-table": ">= 2.9"
"vxe-table": ">= 2.10"
},
"repository": {
"type": "git",
Expand Down
1 change: 1 addition & 0 deletions style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ $vxe-table-validate-error-color: #f56c6c;
}
}
}
.vxe-table.cell--highlight,
.vxe-table.c--highlight {
.vxe-cell,
.vxe-tree-cell {
Expand Down

0 comments on commit a3723e0

Please sign in to comment.