-
+
+
{
+ handleDragEnd(event, item);
+ }
+ "
+ >
+
{
- handleDragEnd(event, item);
- }
- "
+ v-show="overTasktwo && overTasktwo.id === item.id && !batch"
+ class="action"
>
-
-
-
-
-
-
-

-

-
-
-
- {{
- item.photoDateTimestamp
- ? formatToDateHMS(Number(item.photoDateTimestamp))
- : "-"
- }}
-
-
-
- {{
- item.submitDateTimestamp
- ? formatToDateHMS(Number(item.submitDateTimestamp))
- : "-"
- }}
-
-
-
- {{ item.similarityScore }}%
-
-
-
-
-
-
+
+
@@ -1882,145 +1752,141 @@ function closePassno(){
margin: 3px 0 10px 0;
max-width: 650px;
}
- .allview {
- flex: 0.5;
- background: #f6f9fd;
- border-radius: 8px;
- // margin-left: 20px;
- padding-top: 24px;
- .action {
- position: absolute;
- z-index: 10;
- width: 100%;
- height: 100%;
- display: flex;
- border-radius: 8px;
- align-items: center;
- justify-content: center;
- background-color: rgba(0, 0, 0, 0.5);
- }
- .right-card {
- padding: 3px;
- }
-
- .header {
- display: flex;
- justify-content: space-between;
- font-size: 17px;
- font-weight: bold;
- color: #333333;
- margin-bottom: 16px;
- }
-
- .list {
- display: flex;
- flex-wrap: wrap;
- flex-direction: row;
- justify-content: flex-start;
- flex-shrink: 0;
- }
-
- .item {
- // flex-basis: calc((100% - 48px) / 3);
- box-sizing: border-box;
- border-radius: 8px;
- position: relative;
- // overflow: hidden;
- margin: 0px 16px 27px 0px;
-
- .small-mark {
- width: 100%;
- height: 53px;
- background: linear-gradient(
- 180deg,
- rgba(0, 0, 0, 0.01),
- rgba(0, 0, 0, 0.44) 88%
- );
- border-radius: 0px 8px 8px 8px;
- position: absolute;
- left: 0;
- bottom: 0;
- z-index: 0;
- }
-
- .tag-status {
- width: 46px;
- height: 22px;
- position: absolute;
- left: -4px;
- top: 4px;
- }
-
- .time {
- position: absolute;
- z-index: 3;
- left: 3px;
- bottom: 3px;
+.allview {
+ flex: 0.5;
+ background: #f6f9fd;
+ border-radius: 8px;
+ // margin-left: 20px;
+ padding-top: 24px;
+ .action {
+ position: absolute;
+ z-index: 10;
+ width: 100%;
+ height: 100%;
+ display: flex;
+ border-radius: 8px;
+ align-items: center;
+ justify-content: center;
+ background-color: rgba(0, 0, 0, 0.5);
+ }
+ .right-card {
+ padding: 3px;
+ }
- .time-item {
- display: flex;
- align-items: center;
- font-size: 16px;
- font-family: PingFang SC, PingFang SC-Medium;
- font-weight: 500;
- color: #ffffff;
- margin-bottom: 2px;
- line-height: 12px;
- }
+ .header {
+ display: flex;
+ justify-content: space-between;
+ font-size: 17px;
+ font-weight: bold;
+ color: #333333;
+ margin-bottom: 16px;
+ }
- .time-item2 {
- margin-bottom: 0;
- }
+ .list {
+ display: flex;
+ flex-wrap: wrap;
+ flex-direction: row;
+ justify-content: flex-start;
+ flex-shrink: 0;
+ }
- .svg-time {
- margin-right: 5px;
- }
- }
+ .item {
+ // flex-basis: calc((100% - 48px) / 3);
+ box-sizing: border-box;
+ border-radius: 8px;
+ position: relative;
+ // overflow: hidden;
+ margin: 0px 16px 27px 0px;
+
+ .small-mark {
+ width: 100%;
+ height: 53px;
+ background: linear-gradient(180deg, rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.44) 88%);
+ border-radius: 0px 8px 8px 8px;
+ position: absolute;
+ left: 0;
+ bottom: 0;
+ z-index: 0;
+ }
- .img-wrapper {
- position: relative;
- width: 230px;
- height: 130px;
- overflow: hidden;
- background-size: cover;
- background-position: center;
- background-repeat: no-repeat;
- border-radius: 8px;
- cursor: n-resize;
- }
+ .tag-status {
+ width: 46px;
+ height: 22px;
+ position: absolute;
+ left: -4px;
+ top: 4px;
+ }
- .check {
- position: absolute;
- z-index: 5;
- left: 6px;
- top: 4px;
- }
- }
+ .time {
+ position: absolute;
+ z-index: 3;
+ left: 3px;
+ bottom: 3px;
- .percent {
- position: absolute;
+ .time-item {
display: flex;
align-items: center;
- justify-content: center;
- width: 35px;
- height: 18px;
- opacity: 0.9;
- background: #6f92fd;
- border-radius: 6px 0px 6px 0px;
- z-index: 5;
- right: 12px;
- top: 2px;
- color: #fff;
- font-size: 14px;
+ font-size: 16px;
+ font-family: PingFang SC, PingFang SC-Medium;
+ font-weight: 500;
+ color: #ffffff;
+ margin-bottom: 2px;
+ line-height: 12px;
}
- .percent-unit {
- font-size: 8px;
- margin-top: 4px;
+ .time-item2 {
+ margin-bottom: 0;
}
- .percent-red {
- background: #ff4e4f;
+ .svg-time {
+ margin-right: 5px;
}
}
+
+ .img-wrapper {
+ position: relative;
+ width: 230px;
+ height: 130px;
+ overflow: hidden;
+ background-size: cover;
+ background-position: center;
+ background-repeat: no-repeat;
+ border-radius: 8px;
+ cursor: n-resize;
+ }
+
+ .check {
+ position: absolute;
+ z-index: 5;
+ left: 6px;
+ top: 4px;
+ }
+ }
+
+ .percent {
+ position: absolute;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ width: 35px;
+ height: 18px;
+ opacity: 0.9;
+ background: #6f92fd;
+ border-radius: 6px 0px 6px 0px;
+ z-index: 5;
+ right: 12px;
+ top: 2px;
+ color: #fff;
+ font-size: 14px;
+ }
+
+ .percent-unit {
+ font-size: 8px;
+ margin-top: 4px;
+ }
+
+ .percent-red {
+ background: #ff4e4f;
+ }
+}
--
2.39.3