2
0
mirror of https://github.com/tenrok/vue-json-viewer.git synced 2026-06-08 17:22:32 +03:00

fix: toggle css

This commit is contained in:
风棋
2020-03-23 21:03:07 +08:00
parent 6f7955ce9d
commit 7f56c4b0c0
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -266,6 +266,10 @@ export default {
margin-right: 2px;
display: inline-block;
transition: transform 0.1s;
&.open {
transform: rotate(90deg)
}
}
.jv-more {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "vue-json-viewer",
"version": "2.2.9",
"version": "2.2.10",
"description": "vuejs展示json的组件",
"main": "vue-json-viewer.js",
"files": [