#I6Z8UX 解决表格样式问题
This commit is contained in:
@@ -375,4 +375,8 @@ const initEditor = () => {
|
|||||||
.page-edit-vue .page-title-input {
|
.page-edit-vue .page-title-input {
|
||||||
padding-bottom: 10px;
|
padding-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.page-edit-vue .markdown-body table {
|
||||||
|
display: table;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@@ -806,6 +806,10 @@ const initQueryParam = (to) => {
|
|||||||
padding-inline-start: 0;
|
padding-inline-start: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.page-show-vue .markdown-body table {
|
||||||
|
display: table;
|
||||||
|
}
|
||||||
|
|
||||||
.mobile-qr {
|
.mobile-qr {
|
||||||
width: 250px;
|
width: 250px;
|
||||||
height: 250px;
|
height: 250px;
|
||||||
|
|||||||
Reference in New Issue
Block a user