perf: 转发会议亮色皮肤问题,转发文件宽度铺满

This commit is contained in:
weifs 2024-03-11 10:39:53 +08:00
parent 5f0a0e0371
commit a7f2582df7
2 changed files with 14 additions and 1 deletions

View File

@ -183,7 +183,7 @@ body.dark-mode-reverse {
.content-text, .content-text,
.content-record, .content-record,
.content-meeting { .content-meeting {
color: #ffffff; color: #ffffff !important;
} }
.open-approve-details { .open-approve-details {

View File

@ -1840,6 +1840,19 @@ body:not(.window-touch) {
.dialog-foot { .dialog-foot {
display: none; display: none;
} }
.dialog-content {
.content-file.file {
width: 100%;
.file-box{
width: 100%;
}
}
.content-meeting {
color: #303133;
}
}
} }
.dialog-avatar { .dialog-avatar {