细节优化
This commit is contained in:
@@ -481,7 +481,7 @@ onShareTimeline(() => {
|
||||
margin-right: 10rpx;
|
||||
}
|
||||
.statistics-item > text:nth-child(2) {
|
||||
line-height: 62rpx;
|
||||
transform: translateY(16rpx);
|
||||
}
|
||||
.statistics-item > text:nth-child(3) {
|
||||
width: 100%;
|
||||
@@ -658,7 +658,7 @@ onShareTimeline(() => {
|
||||
flex: 1;
|
||||
}
|
||||
.rank-title-bar > text:nth-child(3) {
|
||||
width: 18%;
|
||||
width: 16%;
|
||||
}
|
||||
.rank-title-bar > text:nth-child(4) {
|
||||
width: 27%;
|
||||
@@ -669,8 +669,8 @@ onShareTimeline(() => {
|
||||
border-radius: 8rpx;
|
||||
border: 1rpx solid #777777;
|
||||
height: 20rpx;
|
||||
line-height: 20rpx !important;
|
||||
padding: 8rpx;
|
||||
transform: translateY(8rpx);
|
||||
line-height: 20rpx;
|
||||
transform: translateY(6rpx) !important;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user