index.less 202 B

123456789101112131415
  1. .nameBox {
  2. display: flex;
  3. align-items: center;
  4. >div {
  5. flex: 1 0;
  6. overflow: hidden;
  7. }
  8. >a {
  9. margin: 0 3px;
  10. color: black;
  11. cursor: help;
  12. }
  13. }