mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-04-16 22:26:37 +08:00
style: 整体文章样式优化
This commit is contained in:
@@ -147,25 +147,32 @@ width: 100%;
|
||||
.edit ::v-deep(.auto-textarea-input){
|
||||
/* background: none !important; */
|
||||
background: #1D1E1F !important;
|
||||
color: #fff !important;
|
||||
color: rgba(255, 255, 255, 0.9) !important;
|
||||
}
|
||||
.edit ::v-deep(.content-input-wrapper)
|
||||
{
|
||||
background: #1D1E1F !important;
|
||||
color: #fff !important;
|
||||
color: rgba(255, 255, 255, 0.9) !important;
|
||||
}
|
||||
.edit ::v-deep(.v-note-edit)
|
||||
{
|
||||
background: #1D1E1F !important;
|
||||
color: #fff !important;
|
||||
color: rgba(255, 255, 255, 0.9) !important;
|
||||
}
|
||||
|
||||
.edit ::v-deep(.v-note-op){
|
||||
background: #1D1E1F !important;
|
||||
color: #fff !important;
|
||||
color: rgba(255, 255, 255, 0.9) !important;
|
||||
}
|
||||
.edit ::v-deep(.v-show-content){
|
||||
background: #1D1E1F !important;
|
||||
color: #fff !important;
|
||||
color: rgba(255, 255, 255, 0.9) !important;
|
||||
}
|
||||
::v-deep(.v-note-show pre){
|
||||
background: #282C34;
|
||||
}
|
||||
::v-deep(.add-image-link)
|
||||
{
|
||||
background: #282C34 !important;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user