File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 189
189
v-model =" moreToolbar"
190
190
:ui =" {
191
191
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 ',
193
193
}"
194
194
>
195
195
<div
Original file line number Diff line number Diff line change 3
3
v-model =" open"
4
4
:ui =" {
5
5
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 ',
7
7
}"
8
8
>
9
9
<div
Original file line number Diff line number Diff line change 38
38
共 {{ friendList.length }} 个朋友
39
39
</span >
40
40
<span v-else class =" text-gray-600 dark:text-gray-300 font-semibold" >
41
- 空空如也,请点击左上角添加
41
+ 空空如也{{ globalState.userinfo.id === 1 ? ',请点击右上角添加' : '' }}
42
42
</span >
43
43
</div >
44
44
</div >
47
47
v-model =" showAddModal"
48
48
:ui =" {
49
49
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 ',
51
51
}"
52
52
>
53
53
<div class =" p-4" >
You can’t perform that action at this time.
0 commit comments