From c678a3160a1b78c4a29996c97b55d58d1083f3b6 Mon Sep 17 00:00:00 2001 From: kron Date: Tue, 5 Aug 2025 15:58:43 +0800 Subject: [PATCH] =?UTF-8?q?UI=E5=AE=8C=E5=96=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/BowTargetEdit.vue | 10 +++++----- src/components/Container.vue | 2 +- src/components/EditOption.vue | 16 +++++++++++++++- src/components/Header.vue | 2 +- src/components/PointRecord.vue | 3 +++ src/pages/point-book-create.vue | 7 +------ src/pages/point-book-detail.vue | 11 +++++++++++ src/pages/point-book-edit.vue | 1 + 8 files changed, 38 insertions(+), 14 deletions(-) diff --git a/src/components/BowTargetEdit.vue b/src/components/BowTargetEdit.vue index 57ea4ba..2c482de 100644 --- a/src/components/BowTargetEdit.vue +++ b/src/components/BowTargetEdit.vue @@ -249,12 +249,12 @@ onMounted(async () => { } .delete-btn { - right: -24px; - bottom: -24px; -} - -.drag-btn { left: 50%; top: 0; } + +.drag-btn { + right: -24px; + bottom: -24px; +} diff --git a/src/components/Container.vue b/src/components/Container.vue index d0aafb9..37836f1 100644 --- a/src/components/Container.vue +++ b/src/components/Container.vue @@ -86,7 +86,7 @@ const goBack = () => { diff --git a/src/components/EditOption.vue b/src/components/EditOption.vue index 51b290c..78b2996 100644 --- a/src/components/EditOption.vue +++ b/src/components/EditOption.vue @@ -1,5 +1,6 @@ @@ -247,6 +258,9 @@ onMounted(() => { width: 85px; color: #999999; } +.container > view:first-child > text:nth-child(2) { + font-weight: 500; +} .container > view:first-child > button { width: 85px; display: flex; diff --git a/src/components/Header.vue b/src/components/Header.vue index 8a04f49..3c6b526 100644 --- a/src/components/Header.vue +++ b/src/components/Header.vue @@ -52,7 +52,7 @@ onUnmounted(() => {