Fix(搜索):[#974]无数据占位图居中调整

This commit is contained in:
lifizer
2024-03-04 16:56:46 +08:00
parent 1b7706d530
commit 57dd07f581
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -274,6 +274,8 @@ page {
}
.noCommodity {
display: flex;
justify-content: center;
padding-top: 0.75*100rpx;
}
+1 -1
View File
@@ -315,7 +315,7 @@ export default {
<style scoped lang="less">
.noCommodity {
display: flex;
justify-content: c;
justify-content: center;
border-top: 3px solid #f5f5f5;
padding-bottom: 1px;
}