diff --git a/view/peko/modules/statistic/css/serial.css b/view/peko/modules/statistic/css/serial.css index 63d05bd..0a8fe09 100644 --- a/view/peko/modules/statistic/css/serial.css +++ b/view/peko/modules/statistic/css/serial.css @@ -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; diff --git a/view/peko/modules/statistic/css/serial.scss b/view/peko/modules/statistic/css/serial.scss index 9fbf9f7..3c728a3 100644 --- a/view/peko/modules/statistic/css/serial.scss +++ b/view/peko/modules/statistic/css/serial.scss @@ -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);