Browse Source

feat: 完善右上角登陆后状态+头部导航内容UI的v1.2

chenpeng 1 tuần trước cách đây
mục cha
commit
64804ff0b7
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 3 3
      components/common/navigation/index.vue

+ 3 - 3
components/common/navigation/index.vue

@@ -248,10 +248,10 @@ function toCategories() {
   opacity: 0.9;
   border-radius: 6px!important;
   inset: unset!important;
-  left: 50%!important;
+  // left: 50%!important;
   top:58px!important;
-  transition: all 0.3s ease-in-out;
-  transform: translateX(-50%);
+  // transition: all 0.3s ease-in-out;
+  // transform: translateX(-50%);
    backdrop-filter: blur(5px)!important;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1)!important;
   .el-popper__arrow {