样式优化

This commit is contained in:
kron
2025-11-05 17:53:48 +08:00
parent 49c1447942
commit b3ec164475
2 changed files with 6 additions and 2 deletions

View File

@@ -375,7 +375,8 @@ const targetTypeName = computed(() => {
justify-content: center;
}
.ring-text-groups > view > view:first-child:nth-last-child(2) {
margin: 0 30rpx;
margin-top: 10rpx;
margin-left: 30rpx;
width: 90rpx;
text-align: center;
justify-content: flex-end;
@@ -401,6 +402,7 @@ const targetTypeName = computed(() => {
display: flex;
flex-wrap: wrap;
margin-bottom: 30rpx;
transform: translateX(20rpx);
}
.ring-text-groups > view > view:last-child > text {
width: 16.6%;

View File

@@ -493,7 +493,8 @@ onShareTimeline(async () => {
justify-content: center;
}
.ring-text-groups > view > view:first-child:nth-last-child(2) {
margin: 0 30rpx;
margin-top: 10rpx;
margin-left: 30rpx;
width: 90rpx;
text-align: center;
justify-content: flex-end;
@@ -519,6 +520,7 @@ onShareTimeline(async () => {
display: flex;
flex-wrap: wrap;
margin-bottom: 30rpx;
transform: translateX(20rpx);
}
.ring-text-groups > view > view:last-child > text {
width: 16.6%;