style: 增加markdown样式优化
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user