nieyuge 2 år sedan
förälder
incheckning
4a262fa391
1 ändrade filer med 4 tillägg och 4 borttagningar
  1. 4 4
      src/view/iframe/nft/card.vue

+ 4 - 4
src/view/iframe/nft/card.vue

@@ -205,11 +205,11 @@ body {
 
         .tag {
             display: flex;
-            width: 93%;
+            max-width: 93%;
             align-items: center;
             padding-left: 15px;
             &.share {
-                width: 84%;
+                max-width: 84%;
             }
 
             .logo {
@@ -223,13 +223,13 @@ body {
             .text {
                 font-size: 18px;
                 font-weight: bold;
-                width: calc(100% - 50px);
+                max-width: calc(100% - 50px);
                 margin: 0 7px;
                 overflow: hidden;
                 white-space: nowrap;
                 text-overflow: ellipsis;
                 &.share {
-                    width: calc(100% - 80px);
+                    max-width: calc(100% - 80px);
                 }
             }