perf: 优化页面打印布局排版
This commit is contained in:
parent
75c59c588c
commit
aac83e0c14
@ -100,6 +100,12 @@ const showFooter = computed(() => {
|
|||||||
color: var(--vp-c-brand-2);
|
color: var(--vp-c-brand-2);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media print {
|
||||||
|
.edit-link-button {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.edit-link-icon {
|
.edit-link-icon {
|
||||||
margin-right: 8px;
|
margin-right: 8px;
|
||||||
width: 14px;
|
width: 14px;
|
||||||
@ -130,7 +136,7 @@ const showFooter = computed(() => {
|
|||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 768px) {
|
@media (min-width: 640px) {
|
||||||
.contributors {
|
.contributors {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user