nieyuge %!s(int64=2) %!d(string=hai) anos
pai
achega
257d9ccf88
Modificáronse 1 ficheiros con 5 adicións e 1 borrados
  1. 5 1
      src/view/iframe/nft/card.vue

+ 5 - 1
src/view/iframe/nft/card.vue

@@ -1,5 +1,5 @@
 <template>
-    <div class="nft">
+    <div class="nft" :class="{ border: isShare }">
         <template v-if="!isLoading">
             <div class="title">
                 <div class="tag">
@@ -115,6 +115,10 @@ body {
     user-select:none;
     border-radius:20px;
     background:#F7F9F9;
+    &.border {
+        box-sizing: border-box;
+        border: solid 1px #DCDCDC;
+    }
     .title {
         height:46px;
         display:flex;