diff --git a/src/views/dashboard/Console/RankSummary.vue b/src/views/dashboard/Console/RankSummary.vue index f1f42242e..a007c562d 100644 --- a/src/views/dashboard/Console/RankSummary.vue +++ b/src/views/dashboard/Console/RankSummary.vue @@ -32,8 +32,7 @@ export default { }, { prop: 'total', - label: this.$t('LoginCount'), - width: this.$i18n.locale === 'zh-CN' ? '120px' : '220px' + label: this.$t('LoginCount') } ] }, @@ -49,8 +48,7 @@ export default { }, { prop: 'total', - label: this.$t('NumberOfVisits'), - width: this.$i18n.locale === 'zh-CN' ? '140px' : '140px' + label: this.$t('NumberOfVisits') } ] } @@ -58,7 +56,3 @@ export default { } } - - diff --git a/src/views/dashboard/components/RankTable.vue b/src/views/dashboard/components/RankTable.vue index a25e4fa18..2f97e5e58 100644 --- a/src/views/dashboard/components/RankTable.vue +++ b/src/views/dashboard/components/RankTable.vue @@ -9,19 +9,22 @@ class="table" style="width: 100%" > - + +