1234567891011121314151617181920 |
- @import '../../app.less';
- .note-detail {
- padding-left: 42px;
- padding-bottom: 20px;
- position: relative;
- .note-avatar {
- position: absolute;
- left: 0;
- border-radius: 50%;
- width: 32px;
- height: 32px;
- }
- .more {
- position: absolute;
- right: 0;
- }
- }
|