mirror of
https://github.com/kuaifan/dootask.git
synced 2026-02-14 11:23:50 +00:00
perf: 转发会议亮色皮肤问题,转发文件宽度铺满
This commit is contained in:
parent
5f0a0e0371
commit
a7f2582df7
2
resources/assets/sass/dark.scss
vendored
2
resources/assets/sass/dark.scss
vendored
@ -183,7 +183,7 @@ body.dark-mode-reverse {
|
||||
.content-text,
|
||||
.content-record,
|
||||
.content-meeting {
|
||||
color: #ffffff;
|
||||
color: #ffffff !important;
|
||||
}
|
||||
|
||||
.open-approve-details {
|
||||
|
||||
@ -1840,6 +1840,19 @@ body:not(.window-touch) {
|
||||
.dialog-foot {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.dialog-content {
|
||||
.content-file.file {
|
||||
width: 100%;
|
||||
.file-box{
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
.content-meeting {
|
||||
color: #303133;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.dialog-avatar {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user