2023-02-21 22:34:08 +08:00

12 lines
214 B
Plaintext

/* pages/logs/logs.wxss */
.weui-cell_bd{
overflow: hidden;
padding-right: 20rpx;
white-space: nowrap;
text-overflow: ellipsis;
}
.weui-loadmore__tips_in-line{
background-color: #F8F8F8;
color: #999
}