fix
This commit is contained in:
parent
2cb1c33156
commit
f712b27fa6
@ -211,6 +211,7 @@ export default {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
background-color: rgba(20, 28, 34, 0.6);
|
background-color: rgba(20, 28, 34, 0.6);
|
||||||
z-index: 2000;
|
z-index: 2000;
|
||||||
|
transition: opacity 0.2s cubic-bezier(0.6, 0, 0.4, 1) 0s, transform 0.2s ease-in-out 0s;
|
||||||
.content {
|
.content {
|
||||||
position: relative;
|
position: relative;
|
||||||
.close {
|
.close {
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
<div class="piece-right">
|
<div class="piece-right">
|
||||||
<div class="userinfo">
|
<div class="userinfo">
|
||||||
<div class="srabded">
|
<div class="srabded">
|
||||||
<div>Srabded</div>
|
<div>Standard</div>
|
||||||
<div>ERC721</div>
|
<div>ERC721</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="token-id">
|
<div class="token-id">
|
||||||
@ -40,7 +40,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="amount" v-if="isBuy == true">
|
<div class="amount" v-if="isBuy == true">
|
||||||
<div>Amount</div>
|
<div>Amount</div>
|
||||||
<div>721</div>
|
<div>1</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="priece" v-else>
|
<div class="priece" v-else>
|
||||||
<div class="priece-btn">
|
<div class="priece-btn">
|
||||||
|
@ -331,18 +331,15 @@ export default {
|
|||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
closeTip() {
|
closeTip() {
|
||||||
// 分发自定义事件(事件名: closeTip)
|
|
||||||
this.$emit("closeTip");
|
this.$emit("closeTip");
|
||||||
},
|
},
|
||||||
formatPriceShow(price, decimals, fixed = 2) {
|
formatPriceShow(price, decimals, fixed = 2) {
|
||||||
return formatPrice(price, decimals, fixed);
|
return formatPrice(price, decimals, fixed);
|
||||||
},
|
},
|
||||||
handHeroTab() {
|
handHeroTab() {
|
||||||
// this.$emit("closeTip", false);
|
|
||||||
this.isTabs = false;
|
this.isTabs = false;
|
||||||
},
|
},
|
||||||
handChipTab() {
|
handChipTab() {
|
||||||
// this.$emit("showTip", true);
|
|
||||||
this.isTabs = true;
|
this.isTabs = true;
|
||||||
},
|
},
|
||||||
handChipDetils(i) {
|
handChipDetils(i) {
|
||||||
@ -396,6 +393,7 @@ export default {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
|
|
||||||
.wmassageMask {
|
.wmassageMask {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 0;
|
top: 0;
|
||||||
@ -404,6 +402,7 @@ export default {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
background-color: rgba(20, 28, 34, 0.6);
|
background-color: rgba(20, 28, 34, 0.6);
|
||||||
z-index: 2000;
|
z-index: 2000;
|
||||||
|
transition: opacity 0.2s cubic-bezier(0.6, 0, 0.4, 1) 0s, transform 0.2s ease-in-out 0s;
|
||||||
.content {
|
.content {
|
||||||
position: relative;
|
position: relative;
|
||||||
.close {
|
.close {
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
<div class="piece-right">
|
<div class="piece-right">
|
||||||
<div class="userinfo">
|
<div class="userinfo">
|
||||||
<div class="srabded">
|
<div class="srabded">
|
||||||
<div>Srabded</div>
|
<div>Standard</div>
|
||||||
<div>ERC721</div>
|
<div>ERC721</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="token-id">
|
<div class="token-id">
|
||||||
@ -34,7 +34,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="amount">
|
<div class="amount">
|
||||||
<div>Amount</div>
|
<div>Amount</div>
|
||||||
<div>721</div>
|
<div>1</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -57,6 +57,7 @@ export default {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
background-color: rgba(20, 28, 34, 0.6);
|
background-color: rgba(20, 28, 34, 0.6);
|
||||||
z-index: 2000;
|
z-index: 2000;
|
||||||
|
transition: opacity 0.2s cubic-bezier(0.6, 0, 0.4, 1) 0s, transform 0.2s ease-in-out 0s;
|
||||||
.content {
|
.content {
|
||||||
position: relative;
|
position: relative;
|
||||||
.close {
|
.close {
|
||||||
|
@ -183,6 +183,7 @@ export default {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
background-color: rgba(20, 28, 34, 0.6);
|
background-color: rgba(20, 28, 34, 0.6);
|
||||||
z-index: 2000;
|
z-index: 2000;
|
||||||
|
transition: opacity 0.2s cubic-bezier(0.6, 0, 0.4, 1) 0s, transform 0.2s ease-in-out 0s;
|
||||||
.content {
|
.content {
|
||||||
position: relative;
|
position: relative;
|
||||||
.close {
|
.close {
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
<div class="piece-right">
|
<div class="piece-right">
|
||||||
<div class="userinfo">
|
<div class="userinfo">
|
||||||
<div class="srabded">
|
<div class="srabded">
|
||||||
<div>Srabded</div>
|
<div>Standard</div>
|
||||||
<div>ERC721</div>
|
<div>ERC721</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="token-id">
|
<div class="token-id">
|
||||||
|
@ -182,6 +182,7 @@ export default {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
background-color: rgba(20, 28, 34, 0.6);
|
background-color: rgba(20, 28, 34, 0.6);
|
||||||
z-index: 2000;
|
z-index: 2000;
|
||||||
|
transition: opacity 0.2s cubic-bezier(0.6, 0, 0.4, 1) 0s, transform 0.2s ease-in-out 0s;
|
||||||
.content {
|
.content {
|
||||||
position: relative;
|
position: relative;
|
||||||
.close {
|
.close {
|
||||||
|
@ -320,6 +320,7 @@ $item-size: 22px;
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
background-color: rgba(20, 28, 34, 0.6);
|
background-color: rgba(20, 28, 34, 0.6);
|
||||||
z-index: 2000;
|
z-index: 2000;
|
||||||
|
transition: opacity 0.2s cubic-bezier(0.6, 0, 0.4, 1) 0s, transform 0.2s ease-in-out 0s;
|
||||||
.content {
|
.content {
|
||||||
position: relative;
|
position: relative;
|
||||||
.close {
|
.close {
|
||||||
|
@ -352,6 +352,7 @@ export default {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
background-color: rgba(20, 28, 34, 0.6);
|
background-color: rgba(20, 28, 34, 0.6);
|
||||||
z-index: 2000;
|
z-index: 2000;
|
||||||
|
transition: opacity 0.2s cubic-bezier(0.6, 0, 0.4, 1) 0s, transform 0.2s ease-in-out 0s;
|
||||||
.content {
|
.content {
|
||||||
position: relative;
|
position: relative;
|
||||||
.close {
|
.close {
|
||||||
|
@ -31,12 +31,12 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="token-amount">
|
<div class="token-amount">
|
||||||
<div class="token-id">
|
<div class="token-id">
|
||||||
<div>Srabded</div>
|
<div>Standard</div>
|
||||||
<div>ERC721</div>
|
<div>ERC721</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="amount">
|
<div class="amount">
|
||||||
<div>Amount</div>
|
<div>Amount</div>
|
||||||
<div>721</div>
|
<div>1</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user