chenyao
2025-02-10 4b57dc340f08f7c517a5eb255275b91785724c53
src/views/components/comPass.vue
@@ -164,6 +164,7 @@
      content: var(--before-content);
      position: absolute;
      top: -1rem;
      left: -0.5rem;
      font-size: 10px;
      font-family: none;
    }
@@ -181,9 +182,9 @@
        height: 0;
        top: 0rem;
        left: 0.3rem;
        border-top: solid 3px transparent;
        border-left: solid 3px #1fa3f6;
        border-bottom: solid 3px transparent;
        border-top: solid 0.18rem transparent;
        border-left: solid 0.18rem #1fa3f6;
        border-bottom: solid 0.18rem transparent;
      }
    }
  }
@@ -192,6 +193,7 @@
      content: var(--right-content);
      position: absolute;
      top: -1rem;
      left: -0.3rem;
      font-size: 10px;
      font-family: none;
    }
@@ -209,10 +211,10 @@
        &::before {
          content: '';
          position: absolute;
          left: -0.3rem;
          right: 0.3rem;
          top: 0;
          border: 3px solid transparent {
            right: solid 3px #1fa3f6;
          border: 0.18rem solid transparent {
            right: solid 0.18rem #1fa3f6;
          }
        }
      }