更换测距页面
This commit is contained in:
@@ -25,10 +25,6 @@ const props = defineProps({
|
||||
type: Number,
|
||||
default: 0,
|
||||
},
|
||||
tips: {
|
||||
type: String,
|
||||
default: "",
|
||||
},
|
||||
scores: {
|
||||
type: Array,
|
||||
default: () => [],
|
||||
@@ -183,7 +179,6 @@ const simulShoot = async () => {
|
||||
<view v-if="avatar" class="footer">
|
||||
<image :src="avatar" mode="widthFix" />
|
||||
</view>
|
||||
<text v-if="tips">{{ tips }}</text>
|
||||
<view class="simul" @click="simulShoot" :style="{ color: '#fff' }">
|
||||
模拟射箭
|
||||
</view>
|
||||
@@ -263,13 +258,6 @@ const simulShoot = async () => {
|
||||
border-radius: 50%;
|
||||
border: 1px solid #fff;
|
||||
}
|
||||
.container > text {
|
||||
width: 100%;
|
||||
color: #fed847;
|
||||
text-align: center;
|
||||
line-height: 40px;
|
||||
display: block;
|
||||
}
|
||||
.simul {
|
||||
position: absolute;
|
||||
bottom: 20px;
|
||||
|
||||
Reference in New Issue
Block a user