支持字体设置大小

This commit is contained in:
YHH
2025-10-17 23:47:04 +08:00
parent 3cf1dab5b9
commit a9f9ad9b94
5 changed files with 118 additions and 19 deletions

View File

@@ -14,7 +14,7 @@
.asset-browser-header h3 {
margin: 0;
font-size: 14px;
font-size: var(--font-size-md);
font-weight: 600;
color: #cccccc;
}
@@ -83,7 +83,7 @@
border: 1px solid #3e3e3e;
border-radius: 3px;
color: #cccccc;
font-size: 13px;
font-size: var(--font-size-base);
outline: none;
}
@@ -103,7 +103,7 @@
justify-content: center;
height: 200px;
color: #858585;
font-size: 13px;
font-size: var(--font-size-base);
}
.asset-list {
@@ -152,7 +152,7 @@
}
.asset-name {
font-size: 12px;
font-size: var(--font-size-sm);
color: #cccccc;
text-align: center;
width: 100%;
@@ -163,7 +163,7 @@
}
.asset-type {
font-size: 10px;
font-size: var(--font-size-xs);
color: #858585;
text-transform: uppercase;
}