diff --git a/src/views/pages/richedit/all.vue b/src/views/pages/richedit/all.vue
index b398789..aa3eb11 100644
--- a/src/views/pages/richedit/all.vue
+++ b/src/views/pages/richedit/all.vue
@@ -117,6 +117,18 @@
+
+
{{ scope.row.conceptLabels[0] }}
@@ -308,13 +320,13 @@
媒体影响力
评分:{{
scoreDetail.sourceImpact
- }}
+ }}
中国股市相关性
置信度:{{
scoreDetail.chinaFactor
- }}
+ }}
资讯质量
@@ -329,7 +341,7 @@
资讯评分
{{
scoreDetail.newsScore
- }}
+ }}
@@ -778,8 +790,8 @@ function restData() {
includeRuleIds.value = null;
excludeRuleIds.value = null;
- form.value.companyName = null
- form.value.exclusive = null
+ form.value.companyName = null;
+ form.value.exclusive = null;
getData();
}
@@ -877,7 +889,7 @@ onMounted(async () => {
}
getSignalRulesFn();
- getCompany()
+ getCompany();
});
@@ -987,6 +999,7 @@ onMounted(async () => {
.labels {
display: flex;
gap: 5px;
+ flex-wrap: wrap;
.label_item {
height: 24px;
@@ -1007,6 +1020,15 @@ onMounted(async () => {
text-align: center;
justify-content: center;
align-items: center;
+
+ flex-wrap: nowrap;
+ white-space: nowrap;
+ }
+
+ .label_item_box {
+ // width: 100%;
+ display: flex;
+ gap: 5px;
}
}
diff --git a/src/views/pages/richedit/index.vue b/src/views/pages/richedit/index.vue
index c42a4a1..fdf6221 100644
--- a/src/views/pages/richedit/index.vue
+++ b/src/views/pages/richedit/index.vue
@@ -197,6 +197,18 @@
+
+
{{ scope.row.conceptLabels[0] }}
@@ -458,13 +470,13 @@
媒体影响力
评分:{{
scoreDetail.sourceImpact
- }}
+ }}
中国股市相关性
置信度:{{
scoreDetail.chinaFactor
- }}
+ }}
资讯质量
@@ -479,7 +491,7 @@
资讯评分
{{
scoreDetail.newsScore
- }}
+ }}
@@ -933,8 +945,8 @@ function restData() {
includeRuleIds.value = null;
excludeRuleIds.value = null;
- form.value.companyName = null
- form.value.exclusive = null
+ form.value.companyName = null;
+ form.value.exclusive = null;
getData();
}
@@ -1065,7 +1077,7 @@ onMounted(async () => {
getSignalRulesFn();
}
- getCompany()
+ getCompany();
});
@@ -1175,6 +1187,7 @@ onMounted(async () => {
.labels {
display: flex;
gap: 5px;
+ flex-wrap: wrap;
.label_item {
height: 24px;
@@ -1195,6 +1208,15 @@ onMounted(async () => {
text-align: center;
justify-content: center;
align-items: center;
+
+ flex-wrap: nowrap;
+ white-space: nowrap;
}
}
+
+.label_item_box {
+ // width: 100%;
+ display: flex;
+ gap: 5px;
+}