1
0
mirror of https://gitee.com/koogua/course-tencent-cloud.git synced 2025-07-15 12:52:21 +08:00
koogua 5d2a4b8b11 kindeditor替换vditor
markdown转html
2022-08-01 18:57:58 +08:00

21 lines
272 B
CSS

body {
font-size: 12px;
}
img {
max-width: 50%;
}
table {
width: 100%;
border: 1px solid #dedede;
margin: 15px auto;
border-collapse: collapse;
empty-cells: show;
}
table th,
table td {
border: 1px solid #dedede;
padding: 5px 10px;
}