#I6Z8UX 解决表格样式问题

This commit is contained in:
暮光:城中城
2023-05-04 19:57:35 +08:00
parent ff2591adaa
commit 43be458728
2 changed files with 8 additions and 0 deletions

View File

@@ -375,4 +375,8 @@ const initEditor = () => {
.page-edit-vue .page-title-input {
padding-bottom: 10px;
}
.page-edit-vue .markdown-body table {
display: table;
}
</style>

View File

@@ -806,6 +806,10 @@ const initQueryParam = (to) => {
padding-inline-start: 0;
}
.page-show-vue .markdown-body table {
display: table;
}
.mobile-qr {
width: 250px;
height: 250px;