mirror of
https://gitee.com/LongbowEnterprise/BootstrapBlazor.git
synced 2024-11-30 02:58:37 +08:00
style: 分页组件适配 iPhone6
This commit is contained in:
parent
a67784bbdb
commit
5d48e62872
@ -783,17 +783,25 @@ a {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.page-item {
|
||||
min-width: 36px;
|
||||
.page-item:hover .page-link-prev .fa-ellipsis-h:before {
|
||||
content: "\f100";
|
||||
}
|
||||
|
||||
.page-item:hover .page-link-prev .fa-ellipsis-h:before {
|
||||
content: "\f100";
|
||||
}
|
||||
.page-item:hover .page-link-next .fa-ellipsis-h:before {
|
||||
content: "\f101";
|
||||
}
|
||||
|
||||
.page-item:hover .page-link-next .fa-ellipsis-h:before {
|
||||
content: "\f101";
|
||||
.page-link {
|
||||
text-align: center;
|
||||
padding: 0.5rem;
|
||||
min-width: 28px;
|
||||
}
|
||||
|
||||
@media (min-width: 568px) {
|
||||
.page-link {
|
||||
padding: 0.5rem 0.75rem;
|
||||
}
|
||||
}
|
||||
/*end pagination*/
|
||||
|
||||
/*table*/
|
||||
|
Loading…
Reference in New Issue
Block a user