diff --git a/frontend/src/views/chart/group/Group.vue b/frontend/src/views/chart/group/Group.vue index 06d17d430f..d88ab7fb66 100644 --- a/frontend/src/views/chart/group/Group.vue +++ b/frontend/src/views/chart/group/Group.vue @@ -51,7 +51,7 @@ - {{ data.name }} + {{ data.name }} @@ -114,8 +114,8 @@ - - + + {{ currGroup.name }} @@ -153,7 +153,7 @@ - {{ data.name }} + {{ data.name }} @@ -680,4 +680,16 @@ export default { .form-item>>>.el-form-item__label{ font-size: 12px; } + + .scene-title{ + width: 100%; + display: flex; + } + .scene-title-name{ + width: 100%; + overflow: hidden; + display: inline-block; + white-space: nowrap; + text-overflow: ellipsis; + } diff --git a/frontend/src/views/chart/view/ChartEdit.vue b/frontend/src/views/chart/view/ChartEdit.vue index 6b49d78479..144bcb4c12 100644 --- a/frontend/src/views/chart/view/ChartEdit.vue +++ b/frontend/src/views/chart/view/ChartEdit.vue @@ -38,7 +38,7 @@ @start="start1" > - + @@ -59,7 +59,7 @@ @start="start1" > - + @@ -101,49 +101,75 @@ @change="save(true,'chart')" >
- - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + +
- - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + +
- - - - - - - - - + + + + + + + + + + + + + + +
@@ -236,8 +262,8 @@ -
-
+
+
{{ $t('panel.error_data') }}
{{ httpRequest.msg }}
@@ -941,7 +967,10 @@ export default { background-color: white; display: block; word-break: break-all; - white-space: normal; + + overflow: hidden; + white-space: nowrap; + text-overflow: ellipsis; } .item-on-move { @@ -952,6 +981,10 @@ export default { color: #606266; /*background-color: rgba(35,46,64,.05);*/ background-color: white; + + overflow: hidden; + white-space: nowrap; + text-overflow: ellipsis; } .item + .item { @@ -1070,4 +1103,12 @@ export default { justify-content: space-between; align-items: center; } + .chart-error-class{ + text-align: center; + height: calc(100% - 84px); + display: flex; + align-items: center; + justify-content: center; + background-color: #ece7e7; + } diff --git a/frontend/src/views/dataset/common/DatasetCustomField.vue b/frontend/src/views/dataset/common/DatasetCustomField.vue index ce009078e9..1d5b174fa5 100644 --- a/frontend/src/views/dataset/common/DatasetCustomField.vue +++ b/frontend/src/views/dataset/common/DatasetCustomField.vue @@ -1,7 +1,7 @@