feat(系统设置): 字体管理

This commit is contained in:
dataeaseShu 2024-08-28 11:57:07 +08:00
parent 6859c19621
commit 567b3bd36c
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;