user-follow.component.scss 497 B

12345678910111213141516171819202122232425262728
  1. ion-content {
  2. height: calc(100vh - 121px) !important;
  3. }
  4. ion-item-divider {
  5. ion-icon {
  6. margin-right: 9px;
  7. }
  8. }
  9. ion-label p {
  10. display: block;
  11. max-width: calc(100% - 60px);
  12. overflow: hidden;
  13. text-overflow: ellipsis;
  14. }
  15. ion-label {
  16. ion-text {
  17. font-size: 0.9rem;
  18. overflow: hidden;
  19. text-overflow: ellipsis;
  20. white-space: nowrap;
  21. }
  22. }
  23. ion-button {
  24. ion-icon {
  25. margin-right: 0; /* 将 margin-right 修改为 0 */
  26. }
  27. }