We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The text was updated successfully, but these errors were encountered:
你看源码可以发现是故意隐藏的。
vue-element-admin/src/views/dashboard/admin/components/BoxCard.vue
Lines 112 to 116 in e601da3
Sorry, something went wrong.
你看源码可以发现是故意隐藏的。 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; } }
@media only screen and (max-width: 1510px){ .mallki-text{ display: none; } }
谢谢大神指导
No branches or pull requests
TextHoverEffect Mallki.vue有问题? Dashboard页面宽度小于1500PX左右,会出现 上面的字 ‘vue-element-admin’消失的BUG
The text was updated successfully, but these errors were encountered: