Merge branch 'feat-zhangyi' into test
This commit is contained in:
@@ -323,6 +323,7 @@ onShow(async () => {
|
||||
>
|
||||
<text>{{ seasonName }}</text>
|
||||
<image
|
||||
class="triangle-icon"
|
||||
v-show="seasonData.length > 1"
|
||||
src="../static/rank/triangle.png"
|
||||
mode="widthFix"
|
||||
@@ -592,6 +593,7 @@ onShow(async () => {
|
||||
.ranking-season > image {
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
transform: rotateX(180deg);
|
||||
}
|
||||
|
||||
.ranking-season > text {
|
||||
@@ -807,18 +809,18 @@ onShow(async () => {
|
||||
}
|
||||
|
||||
.season-list {
|
||||
background-color: #000c;
|
||||
background-color: rgba(0, 0, 0, 0.8);
|
||||
border-radius: 15px;
|
||||
color: #fff;
|
||||
font-size: 12px;
|
||||
padding: 5px 0;
|
||||
padding: 12px 0;
|
||||
position: absolute;
|
||||
width: 220rpx;
|
||||
height: auto;
|
||||
max-height: 400rpx;
|
||||
overflow: hidden;
|
||||
overflow-y: auto;
|
||||
top: -44rpx;
|
||||
top: -42rpx;
|
||||
right: -30rpx;
|
||||
letter-spacing: 2px;
|
||||
z-index: 10;
|
||||
@@ -829,7 +831,7 @@ onShow(async () => {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
word-break: keep-all;
|
||||
padding: 20rpx 0;
|
||||
padding: 20rpx 10rpx;
|
||||
}
|
||||
|
||||
.season-list > view > text {
|
||||
|
||||
Reference in New Issue
Block a user