src/components/header/index.scss | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/components/header/index.scss
@@ -205,21 +205,23 @@ } .menu-detail { max-width: 60vw; padding: 5px 0 10px 15px; padding: 5px 0 5px 15px; div { float: left; margin-bottom: 5px; // float: left; display: inline-block; vertical-align: top; margin-bottom: 8px; width: 120px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; // overflow: hidden; // white-space: nowrap; // text-overflow: ellipsis; cursor: pointer; } div:hover { color: #40a9ff; } div:not(:last-child) { margin-right: 20px; margin-right: 15px; } } .menu-detail::after {