index.less 283 B

12345678910111213141516
  1. @import "~antd/lib/style/themes/default.less";
  2. .field {
  3. white-space: nowrap;
  4. overflow: hidden;
  5. text-overflow: ellipsis;
  6. margin: 0;
  7. span {
  8. font-size: @font-size-base;
  9. line-height: 22px;
  10. }
  11. span:last-child {
  12. margin-left: 8px;
  13. color: @heading-color;
  14. }
  15. }