-
+
{{ `${item.similar}%` }}
diff --git a/src/views/home/content/modal/LoginSuccessModal.vue b/src/views/home/content/modal/LoginSuccessModal.vue
index 74ce82d..d43d76d 100644
--- a/src/views/home/content/modal/LoginSuccessModal.vue
+++ b/src/views/home/content/modal/LoginSuccessModal.vue
@@ -93,10 +93,11 @@ defineExpose({
width: 510px;
height: 361px;
box-shadow: none !important;
+ margin-left: 30px !important;
}
.wrapper {
position: absolute;
- left: calc(50% - 350px);
+ left: calc(50% - 286px);
.wrapper-hearder {
margin-top: 80px;
margin-left:18px;
From bff4baa8fccbbed8feca4e8bd3c03ee9c65c6391 Mon Sep 17 00:00:00 2001
From: liushilong <2224574157@qq.com>
Date: Tue, 9 Apr 2024 18:24:45 +0800
Subject: [PATCH 3/8] =?UTF-8?q?feat:=20=E5=A4=B4=E9=83=A8=E6=95=B0?=
=?UTF-8?q?=E6=8D=AE=E6=A0=B7=E5=BC=8F=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/components/DataHeader/index.vue | 18 +++++++++++-------
1 file changed, 11 insertions(+), 7 deletions(-)
diff --git a/src/components/DataHeader/index.vue b/src/components/DataHeader/index.vue
index 6993706..86ff8b2 100644
--- a/src/components/DataHeader/index.vue
+++ b/src/components/DataHeader/index.vue
@@ -1,13 +1,13 @@
@@ -77,7 +77,7 @@ const data = [
flex-flow: row nowrap;
align-items: center;
justify-content: space-between;
- padding: 1rem 3.125rem;
+ padding: 1rem 1rem 1rem 3.125rem;
background: #fff;
margin-bottom: 1rem;
@@ -93,9 +93,9 @@ const data = [
}
.data_wrap {
.data_title {
- font-size: 1.25rem;
+ font-size: 1.125rem;
font-family: HarmonyOS Sans SC, HarmonyOS Sans SC-Bold;
- font-weight: Bold;
+ font-weight: 900;
text-align: left;
color: #202020;
line-height: 1.4375rem;
@@ -104,9 +104,9 @@ const data = [
}
.data_content {
opacity: 0.6;
- font-size: .875rem;
+ font-size: .75rem;
font-family: PingFang SC, PingFang SC-Regular;
- font-weight: Regular;
+ font-weight: 500;
text-align: center;
color: #202020;
line-height: 1rem;
@@ -116,4 +116,8 @@ const data = [
}
}
}
+.settingSvg{
+ width: 1rem !important;
+ height: 1rem !important;
+}
From 232aad600f0dd526e2716de90e3117447fba40c4 Mon Sep 17 00:00:00 2001
From: lihui_ocr
Date: Tue, 9 Apr 2024 19:08:38 +0800
Subject: [PATCH 4/8] =?UTF-8?q?feat:=E7=82=B9=E5=87=BB=E4=BD=8D=E7=BD=AE?=
=?UTF-8?q?=E5=90=8D=E7=A7=B0=E5=88=9B=E5=BB=BA=E8=85=BE=E8=AE=AF=E5=9C=B0?=
=?UTF-8?q?=E5=9B=BE=E5=9D=90=E6=A0=87?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
index.html | 1 +
src/router/modules/map.ts | 44 +++++++++++++
src/views/map/index.vue | 92 ++++++++++++++++++++++++++++
src/views/task/content/Content.vue | 33 +++++++---
src/views/task/content/TaskTable.vue | 11 +++-
5 files changed, 171 insertions(+), 10 deletions(-)
create mode 100644 src/router/modules/map.ts
create mode 100644 src/views/map/index.vue
diff --git a/index.html b/index.html
index 5612d37..12ef035 100644
--- a/index.html
+++ b/index.html
@@ -119,5 +119,6 @@
+