diff --git a/src/views/home/content/Content.vue b/src/views/home/content/Content.vue index a6acb86..2eac964 100644 --- a/src/views/home/content/Content.vue +++ b/src/views/home/content/Content.vue @@ -449,6 +449,12 @@ function sortHandler() { display: flex; align-items: center; justify-content: center; + font-size: 12px; + font-family: PingFang SC, PingFang SC-Semibold; + font-weight: Semibold; + text-align: left; + color: #ffffff; + line-height: 24px; } } diff --git a/src/views/worksheet/content/Content.vue b/src/views/worksheet/content/Content.vue index caa4195..84ea06f 100644 --- a/src/views/worksheet/content/Content.vue +++ b/src/views/worksheet/content/Content.vue @@ -1,77 +1,79 @@ @@ -395,16 +395,21 @@ function previewHandler(event: MouseEvent) {
-
+
清除标记 -
- +
+ 辨别真假
- +
@@ -414,11 +419,11 @@ function previewHandler(event: MouseEvent) { 返回 -
+
-
+
@@ -428,34 +433,60 @@ function previewHandler(event: MouseEvent) {
- +
- +
- + - + {{ mark }} 图片标记 - + - + {{ totalCount }} 相似匹配 @@ -466,65 +497,88 @@ function previewHandler(event: MouseEvent) {
-
+
-
- - +
+ +
- + 图片名称
-
- 重复图片 -
-
- 基线任务 -
+
重复图片
+
基线任务
- 拜访终端 + 拜访终端 - 拜访终端 + 拜访终端
-
+
{{ fieldMap[key] }} - {{ propertys[key] }} + {{ propertys[key] }}
-
-
相似图片({{ totalCount }})
-
-
+
+
+ 相似图片({{ totalCount }}) +
+
+
按时间排序 - +
-
+
相似度排序 - +
-
+
@@ -541,8 +595,8 @@ function previewHandler(event: MouseEvent) {
- - + +
@@ -560,7 +614,7 @@ function previewHandler(event: MouseEvent) { box-sizing: border-box; margin-left: 16px; padding: 16px 16px 0px 16px; - background: #FFF; + background: #fff; border-radius: 3px; border: 1px solid rgb(239, 239, 245); @@ -573,7 +627,7 @@ function previewHandler(event: MouseEvent) { display: flex; justify-content: space-between; align-items: center; - background: #FFF; + background: #fff; box-sizing: border-box; border-radius: 3px; margin-bottom: 16px; @@ -604,11 +658,11 @@ function previewHandler(event: MouseEvent) { height: 36px; background: linear-gradient(135deg, #5b85f8, #3c6cf0); border-radius: 17px; - box-shadow: 0px 2px 6px 0px rgba(116, 153, 253, 0.30); + box-shadow: 0px 2px 6px 0px rgba(116, 153, 253, 0.3); display: flex; align-items: center; justify-content: center; - color: #FFF; + color: #fff; cursor: pointer; } @@ -629,7 +683,7 @@ function previewHandler(event: MouseEvent) { &-detail { display: flex; - height: calc((100vh - 88px - 72px)/2); + height: calc((100vh - 88px - 72px) / 2); .left { flex: 1; @@ -728,8 +782,8 @@ function previewHandler(event: MouseEvent) { } .tag-actived { - color: #FE9800; - border: 1px solid #FE9800; + color: #fe9800; + border: 1px solid #fe9800; } .property { @@ -749,7 +803,7 @@ function previewHandler(event: MouseEvent) { position: absolute; left: 72px; top: 4px; - content: ''; + content: ""; width: 1px; height: 12px; background: #979797; @@ -772,7 +826,7 @@ function previewHandler(event: MouseEvent) { .item-selected { box-shadow: 0px 2px 8px 0px rgba(0, 65, 207, 0.28); - background-color: #FFF; + background-color: #fff; } .grid-item { @@ -804,7 +858,7 @@ function previewHandler(event: MouseEvent) { z-index: 3; right: 12px; top: 2px; - color: #FFF; + color: #fff; .val { position: absolute; @@ -816,6 +870,12 @@ function previewHandler(event: MouseEvent) { display: flex; align-items: center; justify-content: center; + font-size: 12px; + font-family: PingFang SC, PingFang SC-Semibold; + font-weight: Semibold; + text-align: left; + color: #ffffff; + line-height: 24px; } }