From bbfe5f1d964c4459b563cc04482afed64dfb0503 Mon Sep 17 00:00:00 2001 From: Anye <53684988+Anyexyz@users.noreply.github.com> Date: Fri, 20 Dec 2024 13:59:02 +0800 Subject: [PATCH] style: Modify some styles to improve the appearance of the version button (#7464) --- frontend/src/components/system-upgrade/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/system-upgrade/index.vue b/frontend/src/components/system-upgrade/index.vue index c3255f835..65875f2c1 100644 --- a/frontend/src/components/system-upgrade/index.vue +++ b/frontend/src/components/system-upgrade/index.vue @@ -207,6 +207,7 @@ onMounted(() => { text-decoration: none; letter-spacing: 0.5px; cursor: pointer; + font-family: auto; } .line-height { line-height: 25px; @@ -230,7 +231,6 @@ onMounted(() => { } :deep(.el-link__inner) { font-weight: 400; - line-height: 1; } :deep(.md-editor-dark) { background-color: var(--panel-main-bg-color-9);