修改样式

This commit is contained in:
xuli3099
2025-08-28 14:49:21 +08:00
parent 65bb3a0810
commit 5c573641e0
3 changed files with 11 additions and 10 deletions

View File

@@ -243,7 +243,8 @@ const inputval = ref(''); // 搜索内容
},
noMoreSize: 5,
empty: {
tip: '~ 空空如也 ~'
tip: '~ 空空如也 ~',
icon: "../../static/images/mescroll-empty.png"
},
textLoading: '加载中...',
textNoMore: '已经到底了'