index.less 282 B

1234567891011121314151617181920
  1. @import '../../app.less';
  2. .note-detail {
  3. padding-left: 42px;
  4. padding-bottom: 20px;
  5. position: relative;
  6. .note-avatar {
  7. position: absolute;
  8. left: 0;
  9. border-radius: 50%;
  10. width: 32px;
  11. height: 32px;
  12. }
  13. .more {
  14. position: absolute;
  15. right: 0;
  16. }
  17. }