浏览代码

new images for sms and domain columns of the subscription page

Olivier Massot 2 年之前
父节点
当前提交
c3bfc0dbb4
共有 5 个文件被更改,包括 6 次插入6 次删除
  1. 6 6
      pages/subscription.vue
  2. 二进制
      public/images/nom-de-domaine.jpg
  3. 二进制
      public/images/nom_de_domaine.png
  4. 二进制
      public/images/sms.png
  5. 二进制
      public/images/sms_big.png

+ 6 - 6
pages/subscription.vue

@@ -91,7 +91,7 @@ Page 'Mon abonnement'
                 <v-row>
                   {{ $t('PRODUCT_ARTIST_PREMIUM') }}
                 </v-row>
-                <v-row>
+                <v-row class="align-end">
                   <nuxt-img src="/images/Artist-Square.jpg" />
                 </v-row>
                 <v-row>
@@ -144,7 +144,7 @@ Page 'Mon abonnement'
                 <v-row>
                   {{ $t('PRODUCT_SCHOOL') }}
                 </v-row>
-                <v-row>
+                <v-row class="align-end">
                   <nuxt-img src="/images/School-Square.jpg" />
                 </v-row>
                 <v-row>
@@ -191,8 +191,8 @@ Page 'Mon abonnement'
                 <v-row>
                   {{ $t('sms') }}
                 </v-row>
-                <v-row>
-                  <nuxt-img src="/images/sms_big.png" :height="100" :width="100"/>
+                <v-row class="align-end">
+                  <nuxt-img src="/images/sms.png" :height="140" :width="100"/>
                 </v-row>
                 <v-row>
                   <p><b>{{ $t('send_sms') }} {{ $t('to_your_members_from_app') }}</b></p>
@@ -229,8 +229,8 @@ Page 'Mon abonnement'
                 <v-row>
                   {{ $t('website') }}
                 </v-row>
-                <v-row>
-                  <nuxt-img src="/images/nom-de-domaine.jpg" />
+                <v-row class="align-end">
+                  <nuxt-img src="/images/nom_de_domaine.png" :height="160" />
                 </v-row>
                 <v-row>
                     <v-col>

二进制
public/images/nom-de-domaine.jpg


二进制
public/images/nom_de_domaine.png


二进制
public/images/sms.png


二进制
public/images/sms_big.png