BUG修改

This commit is contained in:
kron
2025-11-05 13:38:37 +08:00
parent ecdf4a76f4
commit 2e9d257faa
8 changed files with 74 additions and 46 deletions

View File

@@ -230,7 +230,7 @@ const targetTypeName = computed(() => {
<block v-if="showTip">
<text>落点稳定性说明</text>
<text
>通过计算每支箭与其他箭的平均距离衡量射箭的稳定性,数字越小则说明射箭越稳定。该数据只能在用户标记落点的情况下生成。</text
>通过计算每支箭与其他箭的平均距离衡量射箭的稳定性,数字越小则说明射箭越稳定。该数据只能在用户标记落点的情况下生成。</text
>
</block>
<block v-if="showTip2">
@@ -347,7 +347,7 @@ const targetTypeName = computed(() => {
}
.tip-content {
width: 100%;
padding: 25px;
padding: 50rpx 44rpx;
display: flex;
flex-direction: column;
color: #000;
@@ -367,7 +367,7 @@ const targetTypeName = computed(() => {
display: flex;
flex-direction: column;
padding: 20rpx;
padding-top: 30rpx;
padding-top: 40rpx;
font-size: 24rpx;
color: #999999;
}
@@ -376,9 +376,10 @@ const targetTypeName = computed(() => {
justify-content: center;
}
.ring-text-groups > view > view:first-child:nth-last-child(2) {
margin-left: 20rpx;
margin: 0 30rpx;
width: 90rpx;
text-align: center;
justify-content: flex-end;
font-size: 20rpx;
display: flex;
color: #999;
@@ -391,21 +392,23 @@ const targetTypeName = computed(() => {
> view:first-child:nth-last-child(2)
> text:nth-child(2) {
font-size: 40rpx;
/* min-width: 45rpx; */
color: #666;
margin-right: 6rpx;
margin-top: -5rpx;
}
.ring-text-groups > view > view:last-child {
flex: 1;
display: grid;
grid-template-columns: repeat(6, auto);
grid-gap: 10rpx;
width: 80%;
display: flex;
flex-wrap: wrap;
margin-bottom: 30rpx;
}
.ring-text-groups > view > view:last-child > text {
width: 1fr;
width: 16.6%;
text-align: center;
margin-bottom: 10rpx;
font-weight: 500;
font-size: 26rpx;
}
.notes-input {
width: calc(100% - 40rpx);