优化前端

This commit is contained in:
Azmat@qq.com
2026-09-02 10:55:36 +08:00
parent 2c5e4580a4
commit 70d6353d28
9 changed files with 20 additions and 54 deletions
+3 -9
View File
@@ -32,26 +32,20 @@
}
.asset-factory .af-page-head {
min-height: 76px;
display: flex;
align-items: flex-start;
align-items: center;
justify-content: space-between;
gap: 30px;
margin-bottom: 34px;
margin-bottom: 20px;
}
.asset-factory .af-page-head h1 {
margin: 0 0 10px;
margin: 0;
font-size: 32px;
line-height: 1.2;
font-weight: 600;
letter-spacing: -.02em;
color: var(--accent-black);
}
.asset-factory .af-page-head p {
margin: 0;
color: var(--af-muted);
font-size: 15px;
}
.asset-factory .af-tools {
display: grid;