浏览代码

fix:导航栏兼容样式

yangfeng 2 月之前
父节点
当前提交
fd2599443e
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      resource/staticres/css/header.css

+ 5 - 0
resource/staticres/css/header.css

@@ -467,6 +467,8 @@ a.menu-vip-button:hover {
     top: 52px;
     right: 0;
     z-index: 1000;
+    display: flex;
+    justify-content: flex-end;
 }
 .menu-item-popover{
     width: max-content;
@@ -478,6 +480,9 @@ a.menu-vip-button:hover {
     box-shadow: 0px 0px 28px 0px #00000029;
     background-color: #fff;
 }
+.menu-item-popover:first-child{
+    width: 1200px; 
+}
 
 .popover-list-item .item-title{
   font-size: 20px;