Fix(搜索):[#974]无数据占位图居中调整
This commit is contained in:
@@ -274,6 +274,8 @@ page {
|
||||
}
|
||||
|
||||
.noCommodity {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
padding-top: 0.75*100rpx;
|
||||
}
|
||||
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user