+
{{ $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 @@
- {{ 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;
+ }
diff --git a/frontend/src/views/system/user/index.vue b/frontend/src/views/system/user/index.vue
index 9c8ceae97f..a5c4664a67 100644
--- a/frontend/src/views/system/user/index.vue
+++ b/frontend/src/views/system/user/index.vue
@@ -3,7 +3,7 @@