From a7f2582df7d1e47ae556ddb82ce8636010793954 Mon Sep 17 00:00:00 2001 From: weifs <605403358@qq.com> Date: Mon, 11 Mar 2024 10:39:53 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=20=E8=BD=AC=E5=8F=91=E4=BC=9A=E8=AE=AE?= =?UTF-8?q?=E4=BA=AE=E8=89=B2=E7=9A=AE=E8=82=A4=E9=97=AE=E9=A2=98=EF=BC=8C?= =?UTF-8?q?=E8=BD=AC=E5=8F=91=E6=96=87=E4=BB=B6=E5=AE=BD=E5=BA=A6=E9=93=BA?= =?UTF-8?q?=E6=BB=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/assets/sass/dark.scss | 2 +- .../sass/pages/components/dialog-wrapper.scss | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/resources/assets/sass/dark.scss b/resources/assets/sass/dark.scss index 0b4ca7910..2adff46f2 100644 --- a/resources/assets/sass/dark.scss +++ b/resources/assets/sass/dark.scss @@ -183,7 +183,7 @@ body.dark-mode-reverse { .content-text, .content-record, .content-meeting { - color: #ffffff; + color: #ffffff !important; } .open-approve-details { diff --git a/resources/assets/sass/pages/components/dialog-wrapper.scss b/resources/assets/sass/pages/components/dialog-wrapper.scss index c0a96a5c6..eaa27d8d5 100644 --- a/resources/assets/sass/pages/components/dialog-wrapper.scss +++ b/resources/assets/sass/pages/components/dialog-wrapper.scss @@ -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 {