fix arrow's style bug
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
</div>
|
||||
</template>
|
||||
<script>
|
||||
import { VueTreeList, Tree, TreeNode } from '../dist/vue-tree-list.min'
|
||||
import { VueTreeList, Tree, TreeNode } from '../src'
|
||||
export default {
|
||||
components: {
|
||||
VueTreeList
|
||||
|
2
dist/vue-tree-list.min.js
vendored
2
dist/vue-tree-list.min.js
vendored
File diff suppressed because one or more lines are too long
@@ -306,10 +306,10 @@
|
||||
content: "\e907";
|
||||
}
|
||||
.icon-caret-down:before {
|
||||
content: "\e900";
|
||||
content: "\e901";
|
||||
}
|
||||
.icon-caret-right:before {
|
||||
content: "\e901";
|
||||
content: "\e900";
|
||||
}
|
||||
.icon-edit:before {
|
||||
content: "\e902";
|
||||
|
Reference in New Issue
Block a user