UI优化
This commit is contained in:
@@ -77,7 +77,7 @@ function calcRealY(num) {
|
||||
|
||||
<template>
|
||||
<view class="container">
|
||||
<view class="header">
|
||||
<view class="header" v-if="debug || totalRound > 0 || power">
|
||||
<text v-if="debug" class="header-tips">大人,请射箭</text>
|
||||
<text v-if="totalRound > 0" class="round-count">{{
|
||||
(currentRound > totalRound ? totalRound : currentRound) +
|
||||
@@ -127,7 +127,6 @@ function calcRealY(num) {
|
||||
}"
|
||||
/>
|
||||
</block>
|
||||
|
||||
<image src="../static/bow-target.png" mode="widthFix" />
|
||||
</view>
|
||||
<view v-if="avatar" class="footer">
|
||||
@@ -206,7 +205,7 @@ function calcRealY(num) {
|
||||
}
|
||||
.footer > image {
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
min-height: 40px;
|
||||
border-radius: 50%;
|
||||
}
|
||||
.container > text {
|
||||
|
||||
Reference in New Issue
Block a user