@@ -545,23 +552,28 @@ defineExpose({
- {{
- taskDetailInfo?.submitDateTimestamp
- ? format(taskDetailInfo?.submitDateTimestamp, "yyyy-MM-dd HH:mm:ss")
- : "-"
- }}
+ {{
+ taskDetailInfo?.submitDateTimestamp
+ ? format(taskDetailInfo?.submitDateTimestamp, "yyyy-MM-dd HH:mm:ss")
+ : "-"
+ }}

+ />

+ />
@@ -572,7 +584,7 @@ defineExpose({
class="icon-status"
src="@/assets/images/task/status.png"
alt=""
- >
+ />
@@ -587,11 +599,12 @@ defineExpose({
class="icon-status"
src="@/assets/images/task/similarity.png"
alt=""
- >
+ />
- {{ totalCount }}张
+ {{ totalCount }}张
相似匹配
@@ -610,10 +623,29 @@ defineExpose({
/>
-
@@ -623,8 +655,14 @@ defineExpose({
>
任务包图片
+ style="
+ font-size: 18px;
+ font-weight: Medium;
+ color: #333333;
+ font-family: PingFang SC, PingFang SC-Medium;
+ "
+ >任务包图片
-
+
{{ item?.maxSimilarity && Number(item?.maxSimilarity).toFixed(0)
}}%
@@ -725,25 +766,34 @@ defineExpose({
-
+
-
+
回到顶部
@@ -855,11 +905,14 @@ defineExpose({
.left {
flex: 0.6;
- background-size: cover;
+ background-size: 632px 346px;
+
background-position: center;
background-repeat: no-repeat;
border-radius: 8px;
position: relative;
+ width: 632px;
+ height: 346px;
.preview {
position: absolute;
@@ -1189,20 +1242,20 @@ defineExpose({
font-size: 14px;
.val {
position: absolute;
- left: 0;
- top: 0;
- display: block;
- width: 100%;
- height: 100%;
- 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;
+ left: 0;
+ top: 0;
+ display: block;
+ width: 100%;
+ height: 100%;
+ 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;
}
}