Compare commits

...

1 Commits

Author SHA1 Message Date
Dragon
33b327ef08 修复流水太长样式异常问题 2023-08-01 22:45:49 +08:00
2 changed files with 13 additions and 0 deletions

View File

@@ -67,6 +67,12 @@ body {
display: -moz-box;
line-height: 1.4rem;
}
.max .userInfo .user-i > div .userName {
white-space: nowrap;
overflow: hidden;
width: 3.7rem;
text-overflow: ellipsis;
}
.max .userInfo .user-i > div:first-child {
font-size: 0.4rem;
color: #333;

View File

@@ -69,8 +69,15 @@ body {
height: px2rem(80);
@include flex();
line-height: px2rem(105);
// @include flex-justify-start;
// @include flex-align-center;
.userName {
white-space: nowrap;
overflow: hidden;
width: 3.7rem;
text-overflow: ellipsis;
}
&:first-child {
font-size: px2rem(30);