diff --git a/examples/sites/src/style.css b/examples/sites/src/style.css index 049203f14e..f6ef1fb194 100644 --- a/examples/sites/src/style.css +++ b/examples/sites/src/style.css @@ -28,6 +28,13 @@ strong { /* Algolia 搜索 */ +/** 大屏幕时,有副标题的占位,所以向后移除 */ +@media screen and (min-width: 1150px){ + .search-box{ + left: 360px!important; + } +} + .search-box { position: absolute; z-index: 1000;