|
|
@@ -30,7 +30,6 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</template>
|
|
|
-
|
|
|
<script>
|
|
|
export default {
|
|
|
name: 'AppWrapperEmpty',
|
|
|
@@ -42,25 +41,21 @@ export default {
|
|
|
// 图片宽度
|
|
|
pictureWidth: {
|
|
|
type: String,
|
|
|
- default: '400upx'
|
|
|
+ default: '420upx'
|
|
|
},
|
|
|
-
|
|
|
pictureHeight: {
|
|
|
type: String,
|
|
|
default: ''
|
|
|
},
|
|
|
-
|
|
|
title: {
|
|
|
type: String,
|
|
|
default: ''
|
|
|
},
|
|
|
-
|
|
|
// 是否垂直居中
|
|
|
content: {
|
|
|
type: String,
|
|
|
default: ''
|
|
|
},
|
|
|
-
|
|
|
isEmpty: {
|
|
|
type: Boolean,
|
|
|
default: false
|
|
|
@@ -89,9 +84,9 @@ export default {
|
|
|
} else if (this.type == 'search') {
|
|
|
return `${this.$constant.imgUrl}/retail/common/img_noorder.png`
|
|
|
} else if (this.type == 'billing') {
|
|
|
- return `${this.$constant.imgUrl}/ghs/common/img_nodata.png`
|
|
|
+ return `${this.$constant.imgUrl}/common/no_data_hua.png`
|
|
|
} else {
|
|
|
- return `${this.$constant.imgUrl}/retail/common/img_nodata.png`
|
|
|
+ return `${this.$constant.imgUrl}/common/no_data_hua.png`
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
@@ -115,14 +110,13 @@ export default {
|
|
|
& .app-empty-img {
|
|
|
width: 100%;
|
|
|
text-align: center;
|
|
|
- margin: 116upx auto 20upx;
|
|
|
+ margin: 100upx auto 20upx;
|
|
|
& image {
|
|
|
- width: 180upx;
|
|
|
+ width: 260upx;
|
|
|
height: auto;
|
|
|
margin:0 auto;
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
& .app-empty-title {
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
@@ -131,7 +125,6 @@ export default {
|
|
|
color: #8b8b8b;
|
|
|
& span {
|
|
|
font-weight: 400;
|
|
|
-
|
|
|
& + span {
|
|
|
font-weight: initial;
|
|
|
margin-top: 10upx;
|