25 lines
503 B
SCSS
25 lines
503 B
SCSS
//需要重写的样式放这里
|
|
.elx-xmarkdown-container {
|
|
padding: 0 ;
|
|
}
|
|
.el-bubble-content p{
|
|
margin: 0 !important;
|
|
}
|
|
.el-bubble-content{
|
|
padding: 10px !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;
|
|
}
|
|
.markdown-language-header-div{
|
|
z-index: 0 !important;
|
|
}
|