king
2022-04-15 21d92eff0e23974d76e3e5a79ba50e3fc1c0b879
src/components/header/index.scss
@@ -97,13 +97,22 @@
      color: #ffffff;
      font-size: 0.95rem;
      .username {
        vertical-align: middle;
        display: inline-block;
        height: 30px;
        max-width: 95px;
        span {
          display: block;
          line-height: 15px;
          padding: 0 3px;
          font-size: 0.95rem;
          max-width: 100px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
      }
        span + span {
          font-size: 12px;
        }
      }
    }
  }