Ionic item with left and right aligned text

前端 未结 8 2399
半阙折子戏
半阙折子戏 2021-02-19 23:38

I have an ionic item in an ionic list. What is the best way to left align the first text and right align the second text?

  
8条回答
  •  难免孤独
    2021-02-20 00:02

    With Ionic 2 & above, you can use Element Placement Attributes like float-left or float-right on your HTML elements instead of adding properties like float: left; or float: right; on your scss

    https://ionicframework.com/docs/theming/css-utilities/#float-elements

    first second

提交回复
热议问题