You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
268 B

5 months ago
  1. .i-icon {
  2. display: flex;
  3. }
  4. .ant-tree-iconEle{
  5. .i-icon {
  6. display: inherit;
  7. line-height: 28px;
  8. }
  9. }
  10. .top-breadcrumb {
  11. .item {
  12. display: flex;
  13. align-items: center;
  14. justify-content: center;
  15. gap: 5px;
  16. }
  17. }