nieyuge 2 vuotta sitten
vanhempi
commit
e53daf8a56
1 muutettua tiedostoa jossa 3 lisäystä ja 2 poistoa
  1. 3 2
      src/pages/tabbar/nft/detail.vue

+ 3 - 2
src/pages/tabbar/nft/detail.vue

@@ -362,13 +362,14 @@ onMounted(() => {
         background: #ffffff;
         box-shadow: inset 0px 1px 0px #ececec;
         height: 70px;
-        padding: 0 16px;
         box-sizing: border-box;
         display: flex;
         align-items: center;
         justify-content: right;
-
+        position: relative;
         .sale {
+            position: absolute;
+            right: 16px;
             display: flex;
             align-items: center;
             justify-content: center;