diff --git a/src/assets/images/modal_reImg.png b/src/assets/images/modal_reImg.png new file mode 100644 index 0000000..17371c6 Binary files /dev/null and b/src/assets/images/modal_reImg.png differ diff --git a/src/assets/images/task_count.png b/src/assets/images/task_count.png new file mode 100644 index 0000000..617a14c Binary files /dev/null and b/src/assets/images/task_count.png differ diff --git a/src/assets/images/task_over.png b/src/assets/images/task_over.png new file mode 100644 index 0000000..5fe8794 Binary files /dev/null and b/src/assets/images/task_over.png differ diff --git a/src/assets/images/task_wait.png b/src/assets/images/task_wait.png new file mode 100644 index 0000000..584ba7f Binary files /dev/null and b/src/assets/images/task_wait.png differ diff --git a/src/views/home/content/modal/LoginSuccessModal.vue b/src/views/home/content/modal/LoginSuccessModal.vue index e5218ea..8ee497d 100644 --- a/src/views/home/content/modal/LoginSuccessModal.vue +++ b/src/views/home/content/modal/LoginSuccessModal.vue @@ -59,7 +59,7 @@ defineExpose({
- +
{{ toolsData?.total || 0 }}
@@ -68,7 +68,7 @@ defineExpose({
- +
{{ toolsData?.treat || 0 }}
@@ -77,7 +77,7 @@ defineExpose({
- +
{{ toolsData?.approvedCount || 0 }}
@@ -86,7 +86,7 @@ defineExpose({
- +
{{ toolsData?.repeat }}
diff --git a/src/views/task/modal/MapModal.vue b/src/views/task/modal/MapModal.vue index fcb1d61..f9f085b 100644 --- a/src/views/task/modal/MapModal.vue +++ b/src/views/task/modal/MapModal.vue @@ -78,12 +78,12 @@ defineExpose({ background: #E8E8E8; height: 0.5px; width: 805px; - margin-left: -37px; + margin-left: -22px; top: 85px; } .close{ position: absolute; - right: 40px; + right: 23px; font-size: 20px; cursor: pointer; } @@ -278,4 +278,8 @@ height: 463px; background-color: #fff !important; border: 1px solid #cad2dd !important; } +::v-deep( .n-card__content){ + padding-left: 23px !important; + padding-right: 23px !important +}