图片资源优化
This commit is contained in:
@@ -139,12 +139,12 @@ onShow(async () => {
|
||||
</view>
|
||||
<view
|
||||
class="ranking-season"
|
||||
v-if="seasonData.length"
|
||||
v-show="seasonData.length"
|
||||
@click.stop="() => (showSeasonList = true)"
|
||||
>
|
||||
<text>{{ seasonName }}</text>
|
||||
<image
|
||||
v-if="seasonData.length > 1"
|
||||
v-show="seasonData.length > 1"
|
||||
src="../static/triangle.png"
|
||||
mode="widthFix"
|
||||
/>
|
||||
@@ -417,6 +417,7 @@ onShow(async () => {
|
||||
}
|
||||
.ranking-season > image {
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
}
|
||||
.ranking-season > text {
|
||||
color: #ffd947;
|
||||
@@ -463,6 +464,7 @@ onShow(async () => {
|
||||
}
|
||||
.battle-types > image {
|
||||
width: 100%;
|
||||
height: 14vw;
|
||||
}
|
||||
.data-progress {
|
||||
width: 100%;
|
||||
|
||||
Reference in New Issue
Block a user