新增:社区板块

This commit is contained in:
2025-03-01 14:04:05 +08:00
parent 8d19a58e9d
commit abb9a4dbe7
9 changed files with 710 additions and 22 deletions

View File

@@ -23,3 +23,14 @@ table, th, td {vertical-align: middle}
h1,h2,h3,h4{font-size:12px;font-weight:bold;}
hr {border: 0;border-top:1px solid #ccc;height:0;}
/* 修复编辑器样式 */
.md-editor-footer{
height: auto !important;
}
.md-editor-preview-wrapper{
padding: 0 !important;
}
svg.md-editor-icon{
width: 20px !important;
height: 20px !important;
}