字体,样式宽度修改
This commit is contained in:
@@ -41,7 +41,7 @@ withDefaults(defineProps<Props>(), {
|
||||
}
|
||||
|
||||
.head-title {
|
||||
font-family: 'MiSans VF', 'PingFang SC';
|
||||
font-family: 'Source Han Sans SC', sans-serif;
|
||||
font-weight: 630;
|
||||
font-size: 40px;
|
||||
line-height: 1.2;
|
||||
@@ -57,7 +57,7 @@ withDefaults(defineProps<Props>(), {
|
||||
}
|
||||
|
||||
.breadcrumb-label {
|
||||
font-family: 'PingFang SC';
|
||||
font-family: 'Source Han Sans SC', sans-serif;
|
||||
font-weight: 500;
|
||||
font-size: 14px;
|
||||
line-height: 22px;
|
||||
@@ -72,7 +72,7 @@ withDefaults(defineProps<Props>(), {
|
||||
}
|
||||
|
||||
.breadcrumb-item {
|
||||
font-family: 'PingFang SC';
|
||||
font-family: 'Source Han Sans SC', sans-serif;
|
||||
font-weight: 500;
|
||||
font-size: 14px;
|
||||
line-height: 22px;
|
||||
@@ -84,7 +84,7 @@ withDefaults(defineProps<Props>(), {
|
||||
}
|
||||
|
||||
.separator {
|
||||
font-family: 'PingFang SC';
|
||||
font-family: 'Source Han Sans SC', sans-serif;
|
||||
font-size: 14px;
|
||||
color: #C9CDD4;
|
||||
}
|
||||
|
||||
@@ -196,7 +196,7 @@ function handleClick(menu: SysMenu) {
|
||||
color: #334155;
|
||||
font-size: 16px;
|
||||
font-weight: 500;
|
||||
font-family: 'PingFang SC', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
|
||||
font-family: 'Source Han Sans SC', sans-serif;
|
||||
line-height: 1.5;
|
||||
transition: color 0.3s;
|
||||
user-select: none;
|
||||
|
||||
@@ -63,7 +63,7 @@ function handleMenuClick(menu: SysMenu) {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
font-family: 'PingFang SC', sans-serif;
|
||||
font-family: "Source Han Sans SC";
|
||||
font-weight: 500;
|
||||
font-size: 16px;
|
||||
line-height: 1.5em;
|
||||
|
||||
@@ -55,7 +55,7 @@ input {
|
||||
padding: 0 90px 0 20px;
|
||||
border: none;
|
||||
outline: none;
|
||||
font-family: 'PingFang SC';
|
||||
font-family: "Source Han Sans SC";
|
||||
font-size: 14px;
|
||||
color: #141F38;
|
||||
|
||||
|
||||
@@ -256,7 +256,7 @@ function handleLogout() {
|
||||
}
|
||||
|
||||
.logo-text {
|
||||
font-family: 'PingFang SC', sans-serif;
|
||||
font-family: "Source Han Sans SC";
|
||||
font-weight: 700;
|
||||
font-size: 20.6px;
|
||||
line-height: 1.31;
|
||||
@@ -328,7 +328,7 @@ function handleLogout() {
|
||||
gap: 2px;
|
||||
padding: 26px 21px;
|
||||
color: #141F38;
|
||||
font-family: 'PingFang SC', sans-serif;
|
||||
font-family: "Source Han Sans SC";
|
||||
font-weight: 500;
|
||||
font-size: 16px;
|
||||
line-height: 1.5;
|
||||
@@ -380,7 +380,7 @@ function handleLogout() {
|
||||
gap: 8px;
|
||||
padding: 12px 16px;
|
||||
color: #333;
|
||||
font-family: 'PingFang SC', sans-serif;
|
||||
font-family: "Source Han Sans SC";
|
||||
font-weight: 400;
|
||||
font-size: 14px;
|
||||
line-height: 1.5;
|
||||
@@ -425,7 +425,7 @@ function handleLogout() {
|
||||
border: none;
|
||||
outline: none;
|
||||
padding: 7px 20px;
|
||||
font-family: 'PingFang SC', sans-serif;
|
||||
font-family: "Source Han Sans SC";
|
||||
font-weight: 400;
|
||||
font-size: 14px;
|
||||
line-height: 1.57;
|
||||
|
||||
Reference in New Issue
Block a user