2
0
mirror of https://github.com/tenrok/vue-json-viewer.git synced 2026-06-20 20:00:37 +03:00

fix:arrow style bug

This commit is contained in:
陈峰
2019-07-18 10:58:36 +08:00
parent f5ab6c1629
commit c5a76ca1ae
3 changed files with 37 additions and 85 deletions
+5 -6
View File
@@ -249,10 +249,6 @@ export default {
margin-right: 2px;
display: inline-block;
transition: transform 0.1s;
&.open {
transform: rotate(90deg)
}
}
.jv-more {
@@ -272,8 +268,11 @@ export default {
z-index: 2;
color: #888;
transition: all 0.1s;
transform: rotate(-90deg)
// background: red;
transform: rotate(90deg);
&.open {
transform: rotate(-90deg)
}
}
&:after {