From 2c746c7ee363371602cd829d294b07b6f8296c08 Mon Sep 17 00:00:00 2001 From: "wu.jian2" Date: Wed, 27 Sep 2023 16:59:20 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E8=BE=93=E5=85=A5=E6=A1=86=E3=80=81?= =?UTF-8?q?=E6=96=87=E6=9C=AC=E8=BE=93=E5=85=A5=E6=A1=86=E5=AD=97=E4=BD=93?= =?UTF-8?q?=E7=BB=9F=E4=B8=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data-room-ui/packages/assets/style/bsTheme.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/data-room-ui/packages/assets/style/bsTheme.scss b/data-room-ui/packages/assets/style/bsTheme.scss index f74be2a8..3c77fb9a 100644 --- a/data-room-ui/packages/assets/style/bsTheme.scss +++ b/data-room-ui/packages/assets/style/bsTheme.scss @@ -16,6 +16,7 @@ // input .bs-el-input { .el-input__inner { + font-family:-apple-system, BlinkMacSystemFont, segoe ui, Roboto, helvetica neue, Arial, noto sans, sans-serif, apple color emoji, segoe ui emoji, segoe ui symbol, noto color emoji; border: none !important; color: var(--bs-el-text) !important; background: var(--bs-background-1) !important; @@ -23,6 +24,7 @@ } .el-textarea__inner { + font-family:-apple-system, BlinkMacSystemFont, segoe ui, Roboto, helvetica neue, Arial, noto sans, sans-serif, apple color emoji, segoe ui emoji, segoe ui symbol, noto color emoji; color: var(--bs-el-text) !important; background: var(--bs-el-background-1) !important; border-color: var(--bs-el-border) !important;