浏览代码

fix: hidden download button in admin locale page on smaller screens (#2429)

takumi9942 4 年之前
父节点
当前提交
2d52ba3303
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      client/components/admin/admin-locale.vue

+ 2 - 2
client/components/admin/admin-locale.vue

@@ -15,7 +15,7 @@
             span {{$t('common:actions.apply')}}
         v-form.pt-3
           v-layout(row wrap)
-            v-flex(lg6 xs12)
+            v-flex(xl6 lg5 xs12)
               v-card.wiki-form.animated.fadeInUp
                 v-toolbar(color='primary', dark, dense, flat)
                   v-toolbar-title.subtitle-1 {{ $t('admin:locale.settings') }}
@@ -98,7 +98,7 @@
                           v-list-item-subtitle(v-html='data.item.nativeName')
                         v-list-item-action
                           v-checkbox(:input-value='data.attrs.inputValue', color='primary', value)
-            v-flex(lg6 xs12)
+            v-flex(xl6 lg7 xs12)
               v-card.animated.fadeInUp.wait-p4s
                 v-toolbar(color='teal', dark, dense, flat)
                   v-toolbar-title.subtitle-1 {{ $t('admin:locale.downloadTitle') }}