修复显示问题
This commit is contained in:
parent
310f734e8f
commit
d3c75063f1
@ -2280,7 +2280,7 @@ onMounted(() => {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
.conform-btn {
|
.conform-btn {
|
||||||
width: 427px;
|
width: 327px;
|
||||||
height: 81px;
|
height: 81px;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
@ -2297,8 +2297,8 @@ onMounted(() => {
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
span {
|
span {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 100px;
|
// width: 100px;
|
||||||
text-align: right;
|
// text-align: right;
|
||||||
}
|
}
|
||||||
img {
|
img {
|
||||||
width: 54px;
|
width: 54px;
|
||||||
|
@ -7,6 +7,7 @@
|
|||||||
<div class="card-name">
|
<div class="card-name">
|
||||||
<div>
|
<div>
|
||||||
<span v-if="nftData.nft.type == 1">GENESIS HERO</span>
|
<span v-if="nftData.nft.type == 1">GENESIS HERO</span>
|
||||||
|
<span v-if="nftData.nft.type == 12">Legacy Heroes</span>
|
||||||
<span v-if="nftData.nft.type == 11">GOLD CARD</span>
|
<span v-if="nftData.nft.type == 11">GOLD CARD</span>
|
||||||
</div>
|
</div>
|
||||||
<div>{{nftData.nft.name}}</div>
|
<div>{{nftData.nft.name}}</div>
|
||||||
@ -262,6 +263,9 @@ onMounted(() => {
|
|||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
margin: 20px 0;
|
margin: 20px 0;
|
||||||
|
font-family: "Poppins";
|
||||||
|
font-weight: 600;
|
||||||
|
font-size: 20px;
|
||||||
}
|
}
|
||||||
.card-price {
|
.card-price {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -1,29 +1,29 @@
|
|||||||
{
|
{
|
||||||
"1": {
|
"2": {
|
||||||
"id": 1,
|
"id": 1,
|
||||||
"name": "Tier1",
|
"name": "Tier1",
|
||||||
"type": 31,
|
"type": 31,
|
||||||
"sub_type": 1
|
"sub_type": 1
|
||||||
},
|
},
|
||||||
"2": {
|
"3": {
|
||||||
"id": 2,
|
"id": 2,
|
||||||
"name": "Tier2",
|
"name": "Tier2",
|
||||||
"type": 31,
|
"type": 31,
|
||||||
"sub_type": 1
|
"sub_type": 1
|
||||||
},
|
},
|
||||||
"3": {
|
"4": {
|
||||||
"id": 3,
|
"id": 3,
|
||||||
"name": "Tier3",
|
"name": "Tier3",
|
||||||
"type": 31,
|
"type": 31,
|
||||||
"sub_type": 1
|
"sub_type": 1
|
||||||
},
|
},
|
||||||
"4": {
|
"5": {
|
||||||
"id": 4,
|
"id": 4,
|
||||||
"name": "Tier4",
|
"name": "Tier4",
|
||||||
"type": 31,
|
"type": 31,
|
||||||
"sub_type": 1
|
"sub_type": 1
|
||||||
},
|
},
|
||||||
"5": {
|
"6": {
|
||||||
"id": 5,
|
"id": 5,
|
||||||
"name": "Tier5",
|
"name": "Tier5",
|
||||||
"type": 31,
|
"type": 31,
|
||||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user