From d29f6c9a2744f640d5305014f66426f789c8aeec Mon Sep 17 00:00:00 2001 From: lizijiee <562949697@qq.com> Date: Wed, 27 Mar 2024 18:31:25 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A2=9E=E5=8A=A0=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/icons/no-pass-icon.svg | 25 +++++++++++++++++++++++++ src/assets/icons/pass-icon.svg | 23 +++++++++++++++++++++++ src/assets/icons/repeat-icon.svg | 23 +++++++++++++++++++++++ src/views/worksheet/content/Content.vue | 25 ++++++++++++++++++++----- 4 files changed, 91 insertions(+), 5 deletions(-) create mode 100644 src/assets/icons/no-pass-icon.svg create mode 100644 src/assets/icons/pass-icon.svg create mode 100644 src/assets/icons/repeat-icon.svg diff --git a/src/assets/icons/no-pass-icon.svg b/src/assets/icons/no-pass-icon.svg new file mode 100644 index 0000000..269cb94 --- /dev/null +++ b/src/assets/icons/no-pass-icon.svg @@ -0,0 +1,25 @@ + + + 不通过 + + + + + + + + + + + + + + + 不通过 + + + + + + + \ No newline at end of file diff --git a/src/assets/icons/pass-icon.svg b/src/assets/icons/pass-icon.svg new file mode 100644 index 0000000..4986546 --- /dev/null +++ b/src/assets/icons/pass-icon.svg @@ -0,0 +1,23 @@ + + + 通过 + + + + + + + + + + + + + + 通过 + + + + + + \ No newline at end of file diff --git a/src/assets/icons/repeat-icon.svg b/src/assets/icons/repeat-icon.svg new file mode 100644 index 0000000..d57acc4 --- /dev/null +++ b/src/assets/icons/repeat-icon.svg @@ -0,0 +1,23 @@ + + + 重复 + + + + + + + + + + + + + + 重复 + + + + + + \ No newline at end of file diff --git a/src/views/worksheet/content/Content.vue b/src/views/worksheet/content/Content.vue index 494707b..c0fdc82 100644 --- a/src/views/worksheet/content/Content.vue +++ b/src/views/worksheet/content/Content.vue @@ -657,12 +657,22 @@ function previewHandler(event: MouseEvent) { {{ item?.maxSimilarity && Number(item?.maxSimilarity).toFixed(0) }}% -
- + + + + +
@@ -939,7 +949,11 @@ function previewHandler(event: MouseEvent) { line-height: 24px; } } - + .pass-status { + position: absolute; + left: 0px; + top: 14px; + } .mark { position: absolute; z-index: 3; @@ -956,6 +970,7 @@ function previewHandler(event: MouseEvent) { } } + .action { position: absolute; z-index: 5;