+
+
+ 相似图片({{ totalCount }})
+
+
-
+
@@ -541,8 +600,8 @@ function previewHandler(event: MouseEvent) {
-
-
+
+
@@ -560,7 +619,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 +632,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 +663,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 +688,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 +787,8 @@ function previewHandler(event: MouseEvent) {
}
.tag-actived {
- color: #FE9800;
- border: 1px solid #FE9800;
+ color: #fe9800;
+ border: 1px solid #fe9800;
}
.property {
@@ -749,7 +808,7 @@ function previewHandler(event: MouseEvent) {
position: absolute;
left: 72px;
top: 4px;
- content: '';
+ content: "";
width: 1px;
height: 12px;
background: #979797;
@@ -772,7 +831,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 +863,7 @@ function previewHandler(event: MouseEvent) {
z-index: 3;
right: 12px;
top: 2px;
- color: #FFF;
+ color: #fff;
.val {
position: absolute;
@@ -816,6 +875,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;
}
}
@@ -856,4 +921,14 @@ function previewHandler(event: MouseEvent) {
margin-top: 12px;
margin-bottom: 12px;
}
+
+.time {
+ position: absolute;
+ z-index: 3;
+ left: 2%;
+ bottom: 2%;
+ color: #fff;
+ display: flex;
+ align-items: center;
+ }
diff --git a/src/views/worksheet/modal/ConfrimModal.vue b/src/views/worksheet/modal/ConfrimModal.vue
index 0873fc2..2d32de3 100644
--- a/src/views/worksheet/modal/ConfrimModal.vue
+++ b/src/views/worksheet/modal/ConfrimModal.vue
@@ -66,7 +66,7 @@ onBeforeMount(async () => {