2
0
mirror of https://github.com/tenrok/vue-json-viewer.git synced 2026-06-17 19:21:24 +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 {