million преди 1 година
родител
ревизия
5a0dd6f167
променени са 1 файла, в които са добавени 4 реда и са изтрити 3 реда
  1. 4 3
      src/views/ZksyncView.vue

+ 4 - 3
src/views/ZksyncView.vue

@@ -397,12 +397,12 @@ const toEmail = (email:string) => {
                 <img class="img" src="../assets/group4.svg" alt="group2">USDT
               </div>
               <div class="title">
-               <span style="width: 100px">amount</span>
+               <span style="width: 150px">amount</span>
                 <span>fee</span>
               </div>
             </div>
             <div class="number">
-              <span class="number" style="width: 100px">
+              <span class="number" style="width: 150px">
                 {{ amount }}
               </span>
               <span class="number">
@@ -764,12 +764,13 @@ const toEmail = (email:string) => {
         justify-content: space-between;
         align-items: center;
         padding-left: 60px;
-        padding-right: 100px;
+        padding-right: 60px;
         border-bottom: 1px solid var(--vt-c-border);
         .img{
           display: flex;
           align-items: center;
           font-weight: 700;
+          gap:4px
         }
       }
       .leftBottom {