diff --git a/src/pages.json b/src/pages.json
index a1cff46..a350085 100644
--- a/src/pages.json
+++ b/src/pages.json
@@ -51,7 +51,7 @@
{
"path": "pages/share/index",
"style": {
- "navigationBarTitleText": "戒烟分享"
+ "navigationBarTitleText": "成就海报"
}
},
{
diff --git a/src/pages/logs/index.vue b/src/pages/logs/index.vue
index 723bacd..8efffb9 100644
--- a/src/pages/logs/index.vue
+++ b/src/pages/logs/index.vue
@@ -1,41 +1,43 @@
-
-
-
-
- {{ option.label }}
+
+
+
+
+
+ {{ option.label }}
+
-
-
-
- 今日已抽
- {{ todaySmokeCount }}
- 根
+
+
+ 今日已抽
+ {{ todaySmokeCount }}
+ 根
+
+
+ 当前列表
+ {{ filteredLogs.length }}
+ 条
+
+
+ 最近记录
+ {{ latestDisplayTime }}
+
-
- 当前列表
- {{ filteredLogs.length }}
- 条
-
-
- 最近记录
- {{ latestDisplayTime }}
-
-
-
- 时间记录
- {{ currentDateFilterLabel }} · 按日期倒序
+
+ 时间记录
+ {{ currentDateFilterLabel }} · 按日期倒序
+
{
overflow: hidden;
}
+.fixed-summary {
+ position: relative;
+ z-index: 2;
+ flex-shrink: 0;
+ background:
+ linear-gradient(180deg, #F6F8F6 0%, #EFF4F1 100%);
+ padding-bottom: 4rpx;
+}
+
.filters-sticky {
position: relative;
- height: 88rpx;
+ height: 92rpx;
flex-shrink: 0;
z-index: 20;
}
@@ -414,7 +425,7 @@ onShareAppMessage(() => {
display: grid;
grid-template-columns: 1.25fr 1fr 1fr;
gap: 14rpx;
- margin-bottom: 20rpx;
+ margin-bottom: 18rpx;
flex-shrink: 0;
}
@@ -471,7 +482,7 @@ onShareAppMessage(() => {
align-items: center;
justify-content: space-between;
gap: 16rpx;
- margin-bottom: 18rpx;
+ padding-bottom: 16rpx;
flex-shrink: 0;
}
@@ -489,12 +500,12 @@ onShareAppMessage(() => {
}
.scroll-container {
- flex: 1;
- height: 0;
+ flex: none;
+ height: calc(100vh - 280rpx);
min-height: 0;
position: relative;
- z-index: 0;
- padding-top: 0;
+ z-index: 1;
+ padding-top: 8rpx;
padding-bottom: calc(140rpx + env(safe-area-inset-bottom));
box-sizing: border-box;
}
diff --git a/src/pages/profile/index.vue b/src/pages/profile/index.vue
index 85378e6..532330b 100644
--- a/src/pages/profile/index.vue
+++ b/src/pages/profile/index.vue
@@ -1,6 +1,5 @@
-
@@ -48,8 +47,8 @@
-
@@ -129,26 +128,22 @@