diff --git a/frontend/src/views/chart/components/QuotaItem.vue b/frontend/src/views/chart/components/QuotaItem.vue index 8cdaab0ad8..ad7d985411 100644 --- a/frontend/src/views/chart/components/QuotaItem.vue +++ b/frontend/src/views/chart/components/QuotaItem.vue @@ -8,7 +8,7 @@ - + {{ $t('chart.summary') }} @@ -29,7 +29,7 @@ - + {{ $t('chart.quick_calc') }} @@ -44,7 +44,7 @@ - + {{ $t('chart.sort') }} @@ -220,4 +220,11 @@ export default { margin-left: 4px; color: #878d9f;; } + + .inner-dropdown-menu{ + display: flex; + justify-content: space-between; + align-items: center; + width: 100% + }