细节优化
This commit is contained in:
@@ -53,6 +53,7 @@ const props = defineProps({
|
||||
:total="arrows.length"
|
||||
:scores="arrows.map((a) => a.ring)"
|
||||
/>
|
||||
<text>长按保存本次靶纸</text>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
@@ -69,6 +70,11 @@ 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;
|
||||
@@ -79,6 +85,7 @@ const props = defineProps({
|
||||
.header > view:first-child {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
margin-left: 10px;
|
||||
}
|
||||
.header > view:first-child > view:last-child {
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user