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:
@@ -266,6 +266,10 @@ export default {
|
||||
margin-right: 2px;
|
||||
display: inline-block;
|
||||
transition: transform 0.1s;
|
||||
|
||||
&.open {
|
||||
transform: rotate(90deg)
|
||||
}
|
||||
}
|
||||
|
||||
.jv-more {
|
||||
|
||||
Reference in New Issue
Block a user