Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
xuliangzhan committed Jul 14, 2019
1 parent 17f24ef commit 2ad6cf6
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 10 deletions.
2 changes: 0 additions & 2 deletions dist/index.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,6 @@ function cellText(h, cellValue) {
}
/**
* 渲染函数
* renderEdit(h, editRender, params, context)
* renderCell(h, editRender, params, context)
*/


Expand Down
2 changes: 0 additions & 2 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,6 @@
}
/**
* 渲染函数
* renderEdit(h, editRender, params, context)
* renderCell(h, editRender, params, context)
*/


Expand Down
18 changes: 15 additions & 3 deletions dist/style.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
.vxe-table-iview.c--highlight .vxe-cell > .ivu-input-wrapper .ivu-input,
.vxe-table-iview.c--highlight .vxe-cell > .ivu-auto-complete .ivu-input,
.vxe-table-iview.c--highlight .vxe-cell > .ivu-cascader .ivu-input,
.vxe-table-iview.c--highlight .vxe-cell > .ivu-date-picker .ivu-input, .vxe-table-iview.c--highlight .vxe-cell > .ivu-input-number, .vxe-table-iview.c--highlight .vxe-cell > .ivu-input-number .ivu-input-number-handler-wrap,
.vxe-table-iview.c--highlight .vxe-cell > .ivu-input-number .ivu-input-number-handler-down, .vxe-table-iview.c--highlight .vxe-cell > .ivu-select .ivu-select-selection {
.vxe-table-iview.c--highlight .vxe-cell > .ivu-date-picker .ivu-input,
.vxe-table-iview .vxe-table.c--highlight .vxe-cell > .ivu-input-wrapper .ivu-input,
.vxe-table-iview .vxe-table.c--highlight .vxe-cell > .ivu-auto-complete .ivu-input,
.vxe-table-iview .vxe-table.c--highlight .vxe-cell > .ivu-cascader .ivu-input,
.vxe-table-iview .vxe-table.c--highlight .vxe-cell > .ivu-date-picker .ivu-input, .vxe-table-iview.c--highlight .vxe-cell > .ivu-input-number,
.vxe-table-iview .vxe-table.c--highlight .vxe-cell > .ivu-input-number, .vxe-table-iview.c--highlight .vxe-cell > .ivu-input-number .ivu-input-number-handler-wrap,
.vxe-table-iview.c--highlight .vxe-cell > .ivu-input-number .ivu-input-number-handler-down,
.vxe-table-iview .vxe-table.c--highlight .vxe-cell > .ivu-input-number .ivu-input-number-handler-wrap,
.vxe-table-iview .vxe-table.c--highlight .vxe-cell > .ivu-input-number .ivu-input-number-handler-down, .vxe-table-iview.c--highlight .vxe-cell > .ivu-select .ivu-select-selection,
.vxe-table-iview .vxe-table.c--highlight .vxe-cell > .ivu-select .ivu-select-selection {
border: 0;
box-shadow: none; }

Expand All @@ -16,5 +24,9 @@
.vxe-table-iview.c--highlight .vxe-cell > .ivu-input-wrapper .ivu-input,
.vxe-table-iview.c--highlight .vxe-cell > .ivu-auto-complete .ivu-input,
.vxe-table-iview.c--highlight .vxe-cell > .ivu-cascader .ivu-input,
.vxe-table-iview.c--highlight .vxe-cell > .ivu-date-picker .ivu-input {
.vxe-table-iview.c--highlight .vxe-cell > .ivu-date-picker .ivu-input,
.vxe-table-iview .vxe-table.c--highlight .vxe-cell > .ivu-input-wrapper .ivu-input,
.vxe-table-iview .vxe-table.c--highlight .vxe-cell > .ivu-auto-complete .ivu-input,
.vxe-table-iview .vxe-table.c--highlight .vxe-cell > .ivu-cascader .ivu-input,
.vxe-table-iview .vxe-table.c--highlight .vxe-cell > .ivu-date-picker .ivu-input {
padding: 0; }
2 changes: 1 addition & 1 deletion dist/style.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vxe-table-plugin-iview",
"version": "1.2.0",
"version": "1.2.1",
"description": "vxe-table render cell plugins for iview.",
"scripts": {
"lib": "gulp build"
Expand Down
3 changes: 2 additions & 1 deletion style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
width: 100%;
}
}
&.c--highlight {
&.c--highlight,
.vxe-table.c--highlight {
.vxe-cell {
> .ivu-input-wrapper,
> .ivu-auto-complete,
Expand Down

0 comments on commit 2ad6cf6

Please sign in to comment.