zhangwei 2 éve
szülő
commit
48db34e178
2 módosított fájl, 3 hozzáadás és 0 törlés
  1. 1 0
      src/logic/content/twitter.js
  2. 2 0
      src/view/iframe/buy-nft/buy/home.vue

+ 1 - 0
src/logic/content/twitter.js

@@ -1189,6 +1189,7 @@ const TwitterLikeAPI = (tweet_Id) => {
 export const hideBuyNFT = () => {
     let iframe = document.querySelector('#nftProjectId')
     iframe.style.display = 'none'
+    iframe.src = ''
 }
 
 export const showBuyNFT = ({ nft_project_Id }) => {

+ 2 - 0
src/view/iframe/buy-nft/buy/home.vue

@@ -235,6 +235,7 @@ onMounted(() => {
 
                 .right {
                     text-align: right;
+                    line-height: 17px;
 
                     p {
                         margin: 0;
@@ -280,6 +281,7 @@ onMounted(() => {
                 }
 
                 .right {
+                    line-height: 17px;
                     text-align: right;
 
                     p {