Commit 78a68223 authored by 乐宝呗666's avatar 乐宝呗666

ipad隐藏tip

parent be95b46e
...@@ -585,4 +585,9 @@ export default { ...@@ -585,4 +585,9 @@ export default {
// @import "../../style/list"; // @import "../../style/list";
@import "../../../../style/table.less"; @import "../../../../style/table.less";
@import "../../../../style/pagination.less"; @import "../../../../style/pagination.less";
@media screen and (max-width: 1024px) {
.page-tip {
display: none !important;
}
}
</style> </style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment