UI细节调整
This commit is contained in:
@@ -67,10 +67,8 @@ setTimeout(() => {
|
||||
>
|
||||
<view>
|
||||
<text
|
||||
>本剧成绩(共{{
|
||||
result.arrows
|
||||
.map((a) => a.ring)
|
||||
.reduce((last, next) => last + next, 0)
|
||||
>本局成绩(共{{
|
||||
result.arrows.reduce((last, next) => last + next.ring, 0)
|
||||
}}环):</text
|
||||
>
|
||||
<button @click="() => (showBowData = true)">
|
||||
@@ -154,6 +152,9 @@ setTimeout(() => {
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
}
|
||||
.container-content > view:first-child > text:first-child {
|
||||
color: #000;
|
||||
}
|
||||
.container-content > view:first-child > button {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
Reference in New Issue
Block a user