提交 c3d1feae 作者: 毛细亚

更新6.3 版本代码

上级 c699a911
<template> <template>
<div class="vipToolsContent"> <div class="vipToolsContent">
<div class="gameList"> <div class="gameList">
<!-- VIP 自助工具 --> <!-- VIP 自助工具 暂时不显示 -->
<div class="gameListItem rowFlex columnCenter spaceBetween" v-if="false"> <div class="gameListItemApp rowFlex columnCenter spaceBetween" v-if="false">
<p class="rowFlex columnCenter"> <p class="rowFlex columnCenter">
<img src="@/assets/icon/vipIcon.svg" alt="vipIcon" style="width: 16px;height: 16px;margin-right: 5px;"> <img src="@/assets/icon/vipIcon.svg" alt="vipIcon" style="width: 16px;height: 16px;margin-right: 5px;">
VIP自助工具</p> VIP自助工具</p>
...@@ -12,8 +12,8 @@ ...@@ -12,8 +12,8 @@
@click="sendVipGift" @click="sendVipGift"
>发送</el-button> >发送</el-button>
</div> </div>
<!-- --> <!-- 自助链接(举报、申诉、礼包申请) -->
<div class="gameListItem rowFlex columnCenter spaceBetween"> <div class="gameListItemApp rowFlex columnCenter spaceBetween">
<p class="rowFlex columnCenter"> <p class="rowFlex columnCenter">
<i class="el-icon-s-operation" style="font-size:16px;margin-right:5px;"></i> <i class="el-icon-s-operation" style="font-size:16px;margin-right:5px;"></i>
自助链接(举报、申诉、礼包申请)</p> 自助链接(举报、申诉、礼包申请)</p>
...@@ -52,8 +52,9 @@ ...@@ -52,8 +52,9 @@
:key="indexs" :key="indexs"
class="gameListItemChange" class="gameListItemChange"
> >
<p v-if="item.group_name" style="margin-left: 10px;" class="gameName">{{ item.group_name }}</p> <div class="gameListItemApp gameListItemAppAC" >
<div class="gameListItem rowFlex columnCenter spaceBetween gameListItemAc"> <p v-if="items.gift_package_group_name" class="gameName">{{ items.gift_package_group_name }}</p>
<div class="rowFlex columnCenter spaceBetween" style="margin-left: 20px;">
<p class="rowFlex columnCenter spaceBetween"> <p class="rowFlex columnCenter spaceBetween">
<el-popover <el-popover
placement="top" placement="top"
...@@ -89,6 +90,7 @@ ...@@ -89,6 +90,7 @@
</div> </div>
</div> </div>
</div> </div>
</div>
<div <div
v-else v-else
class="rowFlex allCenter" class="rowFlex allCenter"
...@@ -350,9 +352,8 @@ ...@@ -350,9 +352,8 @@
cursor: pointer; cursor: pointer;
margin: 10px 0 10px 0; margin: 10px 0 10px 0;
} }
.gameListItem { .gameListItemApp {
width: 100%; width: 100%;
height: 40px;
padding-left: 20px; padding-left: 20px;
.gameName{ .gameName{
max-width: 120px; max-width: 120px;
...@@ -372,7 +373,7 @@ ...@@ -372,7 +373,7 @@
cursor: pointer; cursor: pointer;
} }
} }
.gameListItemAc { .gameListItemAppAC {
background: #f7f8fa; background: #f7f8fa;
} }
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论