File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 444444 }
445445}
446446
447- @media screen and (max-width : 1475 px ) {
447+ @media screen and (max-width : 1400 px ) {
448448 .opentiny-design-header {
449449 display : grid ;
450450 grid-template-columns : 1fr auto ; // 两列:左侧内容 + 右侧nav-right
627627 }
628628}
629629
630- @media (min-width : 1476px ) and (max-width : 1576px ) {
630+ @media (min-width : 1400px ) and (max-width : 1576px ) {
631+
631632 .opentiny-design-header {
632633 // 右侧导航
633634 .nav-right {
634635 .dropdown-menu {
635636 .dropdown-content-title {
636637 margin-left : 243px ;
637638 }
639+ .dropdown-content .dropdown-app {
640+ width : 216px ;
641+ }
638642 }
639643 }
640644 }
677681 }
678682}
679683
684+ @media (min-width : 1401px ) and (max-width : 1475px ) {
685+ .opentiny-design-header {
686+ // 左侧导航
687+ .nav-left {
688+ margin-right : 48px ;
689+ }
690+
691+ // 中间导航
692+ .nav-center {
693+ .top-menu {
694+ margin-right : 20px ;
695+ }
696+ }
697+
698+ // 右侧导航
699+ .nav-right {
700+ .mg-r {
701+ margin-right : 20px ;
702+ }
703+ }
704+ }
705+ }
706+
680707@media (min-width : 905px ) and (max-width : 1045px ) {
681708 .opentiny-design-header {
682709 // 右侧导航
Original file line number Diff line number Diff line change 9898 }
9999}
100100
101- @media (min-width : 815px ) and (max-width : 1476 px ) {
101+ @media (min-width : 815px ) and (max-width : 1400 px ) {
102102 #app {
103103 margin-top : 67px ;
104104 height : calc (100% - 67px );
You can’t perform that action at this time.
0 commit comments