Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/didi/mand-mobile into fix_re…
Browse files Browse the repository at this point in the history
…size_behavior
  • Loading branch information
zouhangwithsweet committed Oct 30, 2019
2 parents 27e0b9a + 60de4fb commit be83f19
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions site/theme/default/Error.vue
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,25 @@ export default {
color #fff
&:hover
box-shadow 0 4px 8px RGBA(252, 145, 83, .5)
@media (max-width: 750px)
.mfe-blog-theme-default-error
.error-box
display flex
flex-direction column
align-items center
margin-bottom 10%
img
width 100px
.error-box-text
display flex
flex-direction column
align-items center
margin 20px 0
text-align center
h1
font-size 23px
p
font-size 16px
.router-link-active
margin 20px 0
</style>
4 changes: 2 additions & 2 deletions site/theme/default/assets/js/home.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export default {
buttons: [{
type: 'link',
text: '设计资源',
src: '/zh-CN/design/resource',
src: '/zh-CN/design/',
theme: 'demo'
}],
animations: {
Expand Down Expand Up @@ -170,7 +170,7 @@ export default {
buttons: [{
type: 'link',
text: 'Resource',
src: '/en-US/design/resource',
src: '/en-US/design/',
theme: 'demo'
}],
animations: {
Expand Down

0 comments on commit be83f19

Please sign in to comment.