diff --git a/components.d.ts b/components.d.ts index 06ebe68..896d6e9 100644 --- a/components.d.ts +++ b/components.d.ts @@ -27,6 +27,7 @@ declare module 'vue' { NGi: typeof import('naive-ui')['NGi'] NGrid: typeof import('naive-ui')['NGrid'] NGridItem: typeof import('naive-ui')['NGridItem'] + NIcon: typeof import('naive-ui')['NIcon'] NImage: typeof import('naive-ui')['NImage'] NInput: typeof import('naive-ui')['NInput'] NMessageProvider: typeof import('naive-ui')['NMessageProvider'] diff --git a/src/views/task/content/Content.vue b/src/views/task/content/Content.vue index 590d17e..73bd0f5 100644 --- a/src/views/task/content/Content.vue +++ b/src/views/task/content/Content.vue @@ -546,13 +546,13 @@ function getPercent(pictureid: string) {
-
+
- {{ formatToDateHMS(taskDetailInfo.createdate || 0) }} + {{ formatToDateHMS(Number(taskDetailInfo.ocrPicture.photoDateTimestamp) || 0) }}
-
+
- {{ formatToDateHMS(taskDetailInfo.createdate || 0) }} + {{ formatToDateHMS(Number(taskDetailInfo.ocrPicture.submitDateTimestamp) || 0) }}
@@ -565,52 +565,54 @@ function getPercent(pictureid: string) {
-
- 相似图片({{ totalCount }}) - -
-
-
-
+
+ 相似图片({{ totalCount }}) + -
-
- +
+
+
-
- - +
+
+ +
-
-
- - {{ formatToDateHMS(Number(item.photoDateTimestamp) || 0) }} + + +
+
+ + {{ formatToDateHMS(Number(item.photoDateTimestamp) || 0) }} +
+
+ + {{ formatToDateHMS(Number(item.submitDateTimestamp) || 0) }} +
-
- - {{ formatToDateHMS(Number(item.submitDateTimestamp) || 0) }} +
+ {{ item.similarityScore }}%
-
- {{ item.similarityScore }}% -
@@ -908,6 +910,10 @@ function getPercent(pictureid: string) { margin-left: 20px; padding: 24px; + .right-card{ + padding: 3px; + } + .header { display: flex; justify-content: space-between; @@ -930,14 +936,14 @@ function getPercent(pictureid: string) { box-sizing: border-box; border-radius: 8px; position: relative; - overflow: hidden; + // overflow: hidden; margin: 0px 16px 27px 0px; .small-mark{ width: 100%; height: 36px; background: linear-gradient(180deg,rgba(0,0,0,0.01), rgba(0,0,0,0.44) 88%); - border-radius: 0px 8px 8px 0px; + border-radius: 0px 8px 8px 8px; position: absolute; left: 0; bottom: 0; @@ -946,10 +952,10 @@ function getPercent(pictureid: string) { .tag-status{ width: 46px; - height: 18px; + height: 22px; position: absolute; - left: 0; - top: 0; + left: -4px; + top: 4px; } .time {