src/tabviews/custom/components/share/braftContent/index.scss
@@ -13,6 +13,8 @@ br { content: ""; display: block; } br + br { height: 18px; } hr { @@ -32,13 +34,31 @@ border-collapse: collapse; border-spacing: 0; margin: 10px 0px; --table-font-size: 16px; tr:first-child { background-color: #f0f0f0; } td, th { padding: 5px 10px; font-size: 16px; font-size: var(--table-font-size, 16px); border: 1px solid #ddd; } } ul { list-style: disc; font-size: 16px; margin: 1em 0px; li { list-style: disc; } } ol { list-style: normal; font-size: 16px; margin: 1em 0px; li { list-style: normal; } } }