feat:H5md渲染优化
parent
5df4f3d840
commit
c375390d52
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue