增加开发版本融云

This commit is contained in:
唐明明
2022-01-12 11:58:41 +08:00
parent 64ff207491
commit e9903312f6
242 changed files with 40411 additions and 25 deletions

View File

@@ -55,16 +55,16 @@ $padding: 30rpx;
// 公共样式
.vertical {
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-box-pack: center;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-box-pack: center;
}
.nowrap {
max-width: 100%;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
max-width: 100%;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.ellipsis{
@@ -75,3 +75,4 @@ $padding: 30rpx;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
}