add: 优基金名称永远展示完整
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user