修改无结果页面在手机上的显示效果
This commit is contained in:
parent
512b6e0427
commit
d6343ec8c6
@ -28,6 +28,7 @@ export default class extends Vue {
|
|||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
|
@import '../../scss/breakpoints.scss';
|
||||||
.empty-container{
|
.empty-container{
|
||||||
display: flex;
|
display: flex;
|
||||||
-webkit-box-pack: center;
|
-webkit-box-pack: center;
|
||||||
@ -50,4 +51,10 @@ export default class extends Vue {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@include media('<tablet') {
|
||||||
|
.empty-container{
|
||||||
|
margin-top: 150px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user