+
+
+ 相似图片({{ 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;
}
}
From 4b64a4c25fed5847eb279b537cf615666841c464 Mon Sep 17 00:00:00 2001
From: liushilong <2224574157@qq.com>
Date: Thu, 21 Mar 2024 15:05:20 +0800
Subject: [PATCH 6/6] =?UTF-8?q?feat:=20=E6=A0=B7=E5=BC=8F=E8=B0=83?=
=?UTF-8?q?=E6=95=B4=E6=96=B0=E5=A2=9E=E6=82=AC=E6=B5=AE=E5=90=8E=E5=88=A4?=
=?UTF-8?q?=E6=96=AD=E5=AE=A1=E6=89=B9=E6=9D=A1=E4=BB=B6=E8=8B=A5=E5=B7=B2?=
=?UTF-8?q?=E5=AE=A1=E6=89=B9=E5=88=99=E4=B8=8D=E5=B1=95=E7=A4=BA=E6=93=8D?=
=?UTF-8?q?=E4=BD=9C?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/home/content/Content.vue | 2 +-
src/views/task/aside/ListItem.vue | 2 +-
src/views/task/content/Content.vue | 5 +++++
src/views/worksheet/aside/ListItem.vue | 2 +-
src/views/worksheet/content/Content.vue | 15 +++++++++++++++
5 files changed, 23 insertions(+), 3 deletions(-)
diff --git a/src/views/home/content/Content.vue b/src/views/home/content/Content.vue
index 2eac964..e9dce18 100644
--- a/src/views/home/content/Content.vue
+++ b/src/views/home/content/Content.vue
@@ -23,7 +23,7 @@ let _masonry: null | Masonry = null
let _imagesload: any
const masonryRef = ref
(null)
const el = ref(null)
-const viewMode = ref('masonry')
+const viewMode = ref('tile')
const pagination = reactive({
pageNo: 0,
pageSize: 30,
diff --git a/src/views/task/aside/ListItem.vue b/src/views/task/aside/ListItem.vue
index bd0d1ee..309b87b 100644
--- a/src/views/task/aside/ListItem.vue
+++ b/src/views/task/aside/ListItem.vue
@@ -39,7 +39,7 @@ const svgName = computed(() => {
任务ID:{{ listItem.fromtaskname }}