style: 增加markdown样式优化

This commit is contained in:
ccnetcore
2025-07-07 22:34:19 +08:00
parent 2e79eb346f
commit c9b79a074b
3 changed files with 113 additions and 6 deletions

View File

@@ -1,5 +1,20 @@
@use './github-markdown.css';
//需要重写的样式放这里
.elx-xmarkdown-container {
//color: #0fa958 !important;
padding: 0 ;
}
.el-bubble-content p{
margin: 0 !important;
}
.el-bubble-content{
padding: 9px 16px !important;
color: rgba(0,0,0,0.85) !important;
font-size: 16px !important;
font-weight: 400 !important;
line-height: 28px !important;
}
.chat-with-id-container{
max-width: 1000px !important;
}
.el-bubble-content-wrapper {
--bubble-content-max-width: 800px;
}