Sfoglia il codice sorgente

fix:导航栏兼容样式

yangfeng 2 mesi fa
parent
commit
058c88250b
1 ha cambiato i file con 5 aggiunte e 0 eliminazioni
  1. 5 0
      resource/staticres/css/common/header-nav-mini.css

+ 5 - 0
resource/staticres/css/common/header-nav-mini.css

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