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..bb32a871f1 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"
>
-
+
@@ -941,7 +941,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 +955,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 {
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 @@
- {{ table.name }}
+ {{ table.name }}
{{ $t('dataset.check_all') }}
@@ -105,4 +105,12 @@ export default {
.el-divider--horizontal {
margin: 12px 0
}
+
+ .table-name{
+ display: inline-block;
+ white-space: nowrap;
+ text-overflow: ellipsis;
+ width: 100%;
+ overflow: hidden;
+ }
diff --git a/frontend/src/views/dataset/common/DatasetGroupSelector.vue b/frontend/src/views/dataset/common/DatasetGroupSelector.vue
index 33d758a6bd..e44c6f0792 100644
--- a/frontend/src/views/dataset/common/DatasetGroupSelector.vue
+++ b/frontend/src/views/dataset/common/DatasetGroupSelector.vue
@@ -42,7 +42,7 @@
- {{ data.name }}
+ {{ data.name }}
@@ -52,8 +52,8 @@
-
-
+
+
{{ currGroup.name }}
@@ -94,7 +94,7 @@
- {{ data.name }}
+ {{ data.name }}
@@ -383,4 +383,16 @@ export default {
.title-text {
line-height: 26px;
}
+
+ .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/dataset/group/Group.vue b/frontend/src/views/dataset/group/Group.vue
index 6aaac29707..d6a232d744 100644
--- a/frontend/src/views/dataset/group/Group.vue
+++ b/frontend/src/views/dataset/group/Group.vue
@@ -51,7 +51,7 @@
- {{ data.name }}
+ {{ data.name }}
@@ -73,7 +73,7 @@
-
+
-
+
{{ $t('dataset.rename') }}
@@ -117,8 +117,8 @@
-
-
+
+
{{ currGroup.name }}
@@ -191,10 +191,10 @@
- {{ data.name }}
+ {{ data.name }}
-
+
-
+
{{ $t('dataset.rename') }}
@@ -621,4 +621,16 @@ export default {
.title-text {
line-height: 26px;
}
+
+ .scene-title{
+ width: 100%;
+ display: flex;
+ }
+ .scene-title-name{
+ width: 100%;
+ overflow: hidden;
+ display: inline-block;
+ white-space: nowrap;
+ text-overflow: ellipsis;
+ }