Skip to content

Commit 42016a6

Browse files
authored
Merge pull request #336 from dinphy/feat/refine
两处细节优化
2 parents f585a8f + e7e076e commit 42016a6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

front/components/Memo.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@
189189
v-model="moreToolbar"
190190
:ui="{
191191
container:
192-
'fixed top-0 left-0 right-0 bottom-0 flex justify-center items-center',
192+
'fixed top-0 left-0 right-0 bottom-0 flex justify-center items-center backdrop-blur',
193193
}"
194194
>
195195
<div

front/components/MobileNav.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
v-model="open"
44
:ui="{
55
container:
6-
'fixed top-0 left-0 right-0 bottom-0 flex justify-center items-center',
6+
'fixed top-0 left-0 right-0 bottom-0 flex justify-center items-center backdrop-blur',
77
}"
88
>
99
<div

front/pages/friend.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
共 {{ friendList.length }} 个朋友
3939
</span>
4040
<span v-else class="text-gray-600 dark:text-gray-300 font-semibold">
41-
空空如也,请点击左上角添加
41+
空空如也{{ globalState.userinfo.id === 1 ? ',请点击右上角添加' : '' }}
4242
</span>
4343
</div>
4444
</div>
@@ -47,7 +47,7 @@
4747
v-model="showAddModal"
4848
:ui="{
4949
container:
50-
'fixed top-0 left-0 right-0 bottom-0 flex justify-center items-center',
50+
'fixed top-0 left-0 right-0 bottom-0 flex justify-center items-center backdrop-blur',
5151
}"
5252
>
5353
<div class="p-4">

0 commit comments

Comments
 (0)