fix(editor): 修复编辑器样式和功能问题

修复编辑器容器高度设置问题,统一h2标签为h1
调整图片和视频的显示样式,修复表格背景色
优化编辑器工具栏功能,修复链接插入逻辑
This commit is contained in:
DESKTOP-RQ919RC\Pc
2025-11-27 19:23:49 +08:00
parent f7af6d4046
commit 2a227a806d
8 changed files with 1100 additions and 600 deletions

View File

@@ -173,18 +173,22 @@
}
#details .matter .matter-left .html img {
max-width: 100%;
display: block;
display: inline-block;
}
#details .matter .matter-left .html video {
margin: 0 auto;
}
#details .matter .matter-left .html h2 {
#details .matter .matter-left .html h1 {
font-family: "PingFangSC-Semibold", "PingFang SC Semibold", "PingFang SC", sans-serif;
font-weight: 650;
color: #000000;
font-size: 18px;
line-height: 30px;
}
#details .matter .matter-left .html tr,
#details .matter .matter-left .html td {
background: transparent;
}
#details .matter .matter-left .last-time {
color: #aaaaaa;
font-size: 13px;