Browse Source

feat: 箭头方向

rindy 2 years ago
parent
commit
5302329eee
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/pages/Viewer.vue

+ 3 - 0
src/pages/Viewer.vue

@@ -742,6 +742,9 @@ main {
                 ul{
                     display: block;
                 }
+                i{
+                    transform: scale(0.8) rotate(180deg)
+                }
             }
             span {
                 margin-right: 4px;