feat:H5md渲染优化

dev_na
puz 2026-07-14 16:49:16 +08:00
parent 5df4f3d840
commit c375390d52
2 changed files with 10 additions and 4 deletions

View File

@ -459,11 +459,12 @@
}
.meeting-preview-markdown table {
width: max-content;
min-width: 100%;
width: 100%;
max-width: 100%;
margin: 12px 0 16px;
border-collapse: collapse;
border-spacing: 0;
table-layout: fixed;
font-size: 14px;
line-height: 1.6;
}
@ -475,6 +476,8 @@
text-align: left;
vertical-align: top;
overflow-wrap: anywhere;
word-break: break-word;
white-space: normal;
}
.meeting-preview-markdown th {

View File

@ -398,11 +398,12 @@ button {
}
.markdown-body table {
width: max-content;
min-width: 100%;
width: 100%;
max-width: 100%;
margin: 12px 0 16px;
border-collapse: collapse;
border-spacing: 0;
table-layout: fixed;
font-size: 14px;
line-height: 1.6;
}
@ -414,6 +415,8 @@ button {
text-align: left;
vertical-align: top;
overflow-wrap: anywhere;
word-break: break-word;
white-space: normal;
}
.markdown-body th {