Просмотр исходного кода

fix: 24085 (v1.1.0全景看看)账号下拉箭头大小需按设计实现(精确到小数点后一位)

任一存 3 лет назад
Родитель
Сommit
85d2049667
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      src/components/userInfo.vue

+ 2 - 2
src/components/userInfo.vue

@@ -62,7 +62,7 @@ export default {
   .icon-show_drop-down {
     color: #323233;
     font-size: 12px;
-    transform: scale(0.6) translateX(-50%);
+    transform: scale(0.583) translateX(-35%);
   }
   &:hover {
     .menu {
@@ -83,7 +83,7 @@ export default {
     // 菜单的箭头
     &::before {
       border: 7px solid transparent;
-      border-bottom: 7px solid #fff;
+      border-bottom: 7px solid red;
       width: 0;
       height: 0px;
       content: "";