king
2022-08-22 45acc76aee440143a7e0a2300016f6fc34cc1bbd
2022-08-22
1个文件已修改
16 ■■■■■ 已修改文件
src/components/header/index.scss 16 ●●●●● 补丁 | 查看 | 原始文档 | 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 {