add: 优基金名称永远展示完整

This commit is contained in:
hzm
2026-01-31 22:37:00 +08:00
parent 98eb88bbf0
commit 8bf51436c8
2 changed files with 4 additions and 1 deletions

View File

@@ -114,6 +114,9 @@ body {
border-left: none; border-left: none;
border-right: none; border-right: none;
} }
.add-fund-section {
margin-top: 60px;
}
} }
.form { .form {

View File

@@ -341,7 +341,7 @@ export default function HomePage() {
</div> </div>
<div className="grid"> <div className="grid">
<div className="col-12 glass card" role="region" aria-label="添加基金"> <div className="col-12 glass card add-fund-section" role="region" aria-label="添加基金">
<div className="title" style={{ marginBottom: 12 }}> <div className="title" style={{ marginBottom: 12 }}>
<PlusIcon width="20" height="20" /> <PlusIcon width="20" height="20" />
<span>添加基金</span> <span>添加基金</span>