Skip to content

Commit 21703b1

Browse files
authored
style: Modify some styles to improve the appearance of the version button
Refs 1Panel-dev#7410
1 parent 69ad016 commit 21703b1

File tree

1 file changed

+1
-1
lines changed
  • frontend/src/components/system-upgrade

1 file changed

+1
-1
lines changed

frontend/src/components/system-upgrade/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,7 @@ onMounted(() => {
207207
text-decoration: none;
208208
letter-spacing: 0.5px;
209209
cursor: pointer;
210+
font-family: auto;
210211
}
211212
.line-height {
212213
line-height: 25px;
@@ -230,7 +231,6 @@ onMounted(() => {
230231
}
231232
:deep(.el-link__inner) {
232233
font-weight: 400;
233-
line-height: 1;
234234
}
235235
:deep(.md-editor-dark) {
236236
background-color: var(--panel-main-bg-color-9);

0 commit comments

Comments
 (0)