diff --git a/ruoyi-ui/src/assets/styles/base.css b/ruoyi-ui/src/assets/styles/base.css index 2050a4b9d..981425e39 100644 --- a/ruoyi-ui/src/assets/styles/base.css +++ b/ruoyi-ui/src/assets/styles/base.css @@ -1,8 +1,9 @@ /* pc width > 1920>>>xl */ -@media screen and (max-width: 1920px) { - .sousouleft-switch{ - display: none; - } +@media screen and (max-width: 2920px) { +/*@media screen and (max-width: 1920px) {*/ + .sousouleft-switch{ + display: none; + } .dropdownList{ font-size: 22px!important; } @@ -15,18 +16,15 @@ /*.header-listtxet{*/ /* display: none;*/ /*}*/ - .main-right{ - width: 250px; - } + + .tabBar{ width: 250px!important; } .sousouright-icon{ margin-right: 18px; } - .logoname span{ - font-size: 18px; - } + } @@ -51,9 +49,7 @@ /* ipad >>> xs*/ @media screen and (max-width: 768px) { - .sousou-leftico{ - display: none; - } + .transition-box{ display: none; } @@ -63,6 +59,9 @@ .sousouleft-switch{ display: block; } + .sousou-leftico{ + display: none; + } .sousouright-icon{ margin-right: 13px; diff --git a/ruoyi-ui/src/views/bookmark/index/index.vue b/ruoyi-ui/src/views/bookmark/index/index.vue index 7244db690..973d918a1 100644 --- a/ruoyi-ui/src/views/bookmark/index/index.vue +++ b/ruoyi-ui/src/views/bookmark/index/index.vue @@ -1650,6 +1650,7 @@ .header-sousou input { + margin-top: 9px; border: 0px; background-color: #f2f2f2; @@ -1673,11 +1674,12 @@ .sousou-input { - + display: flex; + align-items: center; + justify-content: center; width: 100%; - } .header-list { @@ -1737,6 +1739,7 @@ .sousouleft-switch { margin-top: 4px!important; + margin-right: 10px!important; } .sousouleft-switch i { @@ -1746,9 +1749,10 @@ } .sousou-left { - width: 50px!important; - height: 50px; - margin-top: 12px!important; + /*width: 50px!important;*/ + /*height: 50px;*/ + /*margin-top: 12px!important;*/ + /*background-color: red;*/ } .sousou-leftico { @@ -1760,6 +1764,7 @@ border-radius: 3px; border: 1px solid #e6e6e6 !important; margin-top: 9px!important; + margin-right: 10px!important; }