diff --git a/frontend/src/styles/index.scss b/frontend/src/styles/index.scss index 99911837a5..a9b8f3ad3f 100644 --- a/frontend/src/styles/index.scss +++ b/frontend/src/styles/index.scss @@ -243,6 +243,7 @@ div:focus { font-size: 10px; @extend %field-icon; color: #999999; + margin: 0 2px 1px 0; } .ds-icon-scene{ width: 13px; diff --git a/frontend/src/views/chart/components/drag-item/QuotaItem.vue b/frontend/src/views/chart/components/drag-item/QuotaItem.vue index 2c7b024d12..006e7e0cfa 100644 --- a/frontend/src/views/chart/components/drag-item/QuotaItem.vue +++ b/frontend/src/views/chart/components/drag-item/QuotaItem.vue @@ -34,7 +34,7 @@ {{ $t('chart.summary') }} - ({{ $t('chart.'+item.summary) }}) + ({{ $t('chart.'+item.summary) }}) @@ -56,7 +56,7 @@ - + @@ -71,7 +71,7 @@ {{ $t('chart.sort') }} - ({{ $t('chart.'+item.sort) }}) + ({{ $t('chart.'+item.sort) }}) @@ -216,9 +216,16 @@ export default { font-size: 12px; } + .summary-span-item{ + margin-left: 4px; + color: #878d9f; + } + .summary-span{ margin-left: 4px; - color: #878d9f;; + color: #878d9f; + position: absolute; + right: 30px; } .inner-dropdown-menu{ diff --git a/frontend/src/views/chart/view/ChartEdit.vue b/frontend/src/views/chart/view/ChartEdit.vue index 82196ffaee..868bc5e754 100644 --- a/frontend/src/views/chart/view/ChartEdit.vue +++ b/frontend/src/views/chart/view/ChartEdit.vue @@ -217,9 +217,8 @@