1.31 财务分析,财务数据模块完善,产业链桑基图展示
This commit is contained in:
@@ -12,3 +12,18 @@ page {
|
||||
right: 0;
|
||||
bottom: calc(55px + env(safe-area-inset-bottom));
|
||||
}
|
||||
/* 单行省略样式类 */
|
||||
.single-line-ellipsis {
|
||||
max-width: 100%;
|
||||
width: 120rpx;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
text-align: center;
|
||||
}
|
||||
/* 数量行样式(可选抽离) */
|
||||
.count-text {
|
||||
font-size: 22rpx;
|
||||
margin-top: 4rpx;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user