Skip to content

Commit

Permalink
更新demo
Browse files Browse the repository at this point in the history
  • Loading branch information
buuing committed Jul 9, 2020
1 parent 2a1f624 commit 0bdcb91
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/css/app.0f55ba3c.css → docs/css/app.3438a637.css

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

2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!DOCTYPE html><html lang=en><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1"><link rel=icon href=favicon.ico><title>demo</title><link href=css/app.0f55ba3c.css rel=preload as=style><link href=css/chunk-vendors.2c375380.css rel=preload as=style><link href=js/app.9f023c24.js rel=preload as=script><link href=js/chunk-vendors.ac855364.js rel=preload as=script><link href=css/chunk-vendors.2c375380.css rel=stylesheet><link href=css/app.0f55ba3c.css rel=stylesheet></head><body><noscript><strong>We're sorry but demo doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id=app></div><script src=js/chunk-vendors.ac855364.js></script><script src=js/app.9f023c24.js></script></body></html>
<!DOCTYPE html><html lang=en><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1"><link rel=icon href=favicon.ico><title>demo</title><link href=css/app.3438a637.css rel=preload as=style><link href=css/chunk-vendors.2c375380.css rel=preload as=style><link href=js/app.e8aae909.js rel=preload as=script><link href=js/chunk-vendors.ac855364.js rel=preload as=script><link href=css/chunk-vendors.2c375380.css rel=stylesheet><link href=css/app.3438a637.css rel=stylesheet></head><body><noscript><strong>We're sorry but demo doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id=app></div><script src=js/chunk-vendors.ac855364.js></script><script src=js/app.e8aae909.js></script></body></html>
1 change: 0 additions & 1 deletion docs/js/app.9f023c24.js

This file was deleted.

1 change: 1 addition & 0 deletions docs/js/app.e8aae909.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/search-node.vue
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ export default {
}} onClick={e => this.handlerExpand(e)}></i>
{
root.showCheckbox && <zCheckbox
class="tree-checkbox"
theme-color={root.themeColor}
value={data.checked}
disabled={data[disabled]}
Expand Down Expand Up @@ -121,7 +122,6 @@ export default {
list-style: none;
display: flex;
align-items: center;
transform: translate(0);
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
Expand Down
2 changes: 2 additions & 0 deletions src/search-tree.vue
Original file line number Diff line number Diff line change
Expand Up @@ -361,5 +361,7 @@ export default {
<style scoped>
.ldq-tree {
user-select: none;
transform: translate(0);
z-index: 99999;
}
</style>

0 comments on commit 0bdcb91

Please sign in to comment.