diff --git a/src/App.vue b/src/App.vue index c17eb06..4650801 100644 --- a/src/App.vue +++ b/src/App.vue @@ -48,5 +48,10 @@ onUnmounted(() => { diff --git a/src/components/Home/BpPopup.vue b/src/components/Home/BpPopup.vue index 06a92a7..23687b5 100644 --- a/src/components/Home/BpPopup.vue +++ b/src/components/Home/BpPopup.vue @@ -8,7 +8,7 @@ @close="handeClosePopup" > - 🩺 记录血压 + ❤️ 记录血压 + + + - + 保存 + + + + diff --git a/src/tabbar/index.vue b/src/tabbar/index.vue index caceb1c..dfc0064 100644 --- a/src/tabbar/index.vue +++ b/src/tabbar/index.vue @@ -88,7 +88,7 @@ onMounted(() => { }) }) // #endif -const activeColor = 'var(--wot-color-theme, #07C160)' +const activeColor = 'var(--wot-color-theme, #8b5cf6)' const inactiveColor = '#666' function getColorByIndex(index: number) { return tabbarStore.curIdx === index ? activeColor : inactiveColor