Merge pull request #11805 from dataease/pr@dev-v2_st

feat(系统设置): 字体管理
This commit is contained in:
dataeaseShu 2024-08-28 11:57:30 +08:00 committed by GitHub
commit a2ebaa28f7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 5 additions and 5 deletions

View File

@ -53,13 +53,13 @@ onMounted(() => {
.ai-popper-tips-content {
color: rgba(255, 255, 255, 1);
.title {
font-family: PingFang SC;
font-family: var(--de-custom_font, 'PingFang');
font-size: 20px;
font-weight: 500;
line-height: 28px;
}
.content {
font-family: PingFang SC;
font-family: var(--de-custom_font, 'PingFang');
font-size: 14px;
font-weight: 500;
line-height: 22px;

View File

@ -54,13 +54,13 @@ onMounted(() => {
.copilot-popper-tips-content {
color: rgba(255, 255, 255, 1);
.title {
font-family: PingFang SC;
font-family: var(--de-custom_font, 'PingFang');
font-size: 20px;
font-weight: 500;
line-height: 28px;
}
.content {
font-family: PingFang SC;
font-family: var(--de-custom_font, 'PingFang');
font-size: 14px;
font-weight: 500;
line-height: 22px;

View File

@ -502,7 +502,7 @@ onMounted(async () => {
.login-form-title {
margin-top: 20px;
color: #1f2329;
font-family: PingFang SC;
font-family: var(--de-custom_font, 'PingFang');
font-size: 20px;
font-weight: 500;
line-height: 28px;