细节优化
This commit is contained in:
@@ -53,7 +53,6 @@ const props = defineProps({
|
||||
:total="arrows.length"
|
||||
:scores="arrows.map((a) => a.ring)"
|
||||
/>
|
||||
<text>长按保存本次靶纸</text>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
@@ -70,11 +69,6 @@ const props = defineProps({
|
||||
align-items: center;
|
||||
z-index: 10;
|
||||
}
|
||||
.container > text:last-child {
|
||||
font-size: 14px;
|
||||
color: #fff9;
|
||||
margin-top: 20px;
|
||||
}
|
||||
.header {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
|
||||
Reference in New Issue
Block a user