Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TextHoverEffect Mallki.vue有问题? Dashboard页面宽度小于1500PX左右,会出现 上面的字 ‘vue-element-admin’消失的BUG #1730

Closed
opohacker opened this issue Mar 18, 2019 · 2 comments

Comments

@opohacker
Copy link

TextHoverEffect Mallki.vue有问题? Dashboard页面宽度小于1500PX左右,会出现 上面的字 ‘vue-element-admin’消失的BUG

@PanJiaChen
Copy link
Owner

你看源码可以发现是故意隐藏的。

@media only screen and (max-width: 1510px){
.mallki-text{
display: none;
}
}

@opohacker
Copy link
Author

你看源码可以发现是故意隐藏的。

vue-element-admin/src/views/dashboard/admin/components/BoxCard.vue

Lines 112 to 116 in e601da3

@media only screen and (max-width: 1510px){
.mallki-text{
display: none;
}
}

谢谢大神指导

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants