mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-01-31 14:08:06 +08:00
style: Modify some styles to improve the appearance of the version button (#7464)
This commit is contained in:
parent
b713f20b66
commit
bbfe5f1d96
@ -207,6 +207,7 @@ onMounted(() => {
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
letter-spacing: 0.5px;
|
letter-spacing: 0.5px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
font-family: auto;
|
||||||
}
|
}
|
||||||
.line-height {
|
.line-height {
|
||||||
line-height: 25px;
|
line-height: 25px;
|
||||||
@ -230,7 +231,6 @@ onMounted(() => {
|
|||||||
}
|
}
|
||||||
:deep(.el-link__inner) {
|
:deep(.el-link__inner) {
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
line-height: 1;
|
|
||||||
}
|
}
|
||||||
:deep(.md-editor-dark) {
|
:deep(.md-editor-dark) {
|
||||||
background-color: var(--panel-main-bg-color-9);
|
background-color: var(--panel-main-bg-color-9);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user