朋友列表

This commit is contained in:
唐明明
2022-01-24 16:49:44 +08:00
parent 17196b9779
commit e192fc81a6
7 changed files with 73 additions and 32 deletions

View File

@@ -300,7 +300,8 @@
}
.content {
padding-left: 30rpx;
flex: 1;
width: calc(100% - 44px);
box-sizing: border-box;
.header {
display: flex;
justify-content: space-between;
@@ -315,7 +316,7 @@
.preview {
word-break: break-all;
color: $text-gray;
font-size: $title-size-sm;
font-size: $title-size-sm;
@extend .nowrap;
}
}