Skip to content

Commit bd278af

Browse files
authored
feat: add website filing (#159)
* feat: website filing * fix: icon size
1 parent 70f7371 commit bd278af

2 files changed

Lines changed: 14 additions & 0 deletions

File tree

osgraph-web/src/home/index.module.less

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,18 @@
215215
font-size: 12px;
216216
padding: 10px 0;
217217
color: #8b90b0;
218+
display: flex;
219+
220+
img {
221+
width: 14px;
222+
height: 15.55px;
223+
}
224+
225+
a {
226+
color: #8b90b0;
227+
text-decoration: none;
228+
margin: 0 16px 0 6px;
229+
}
218230

219231
&-text {
220232
cursor: pointer;

osgraph-web/src/home/index.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,8 @@ const HomePage: React.FC = () => {
262262
</div>
263263
</div>
264264
<div className={styles["gov"]}>
265+
<img src='https://mdn.alipayobjects.com/huamei_tu4rvn/afts/img/A*Ky0xT5cjEkAAAAAAQBAAAAgAep_eAQ/original' />
266+
<a className={styles["gov-text"]} href="https://beian.mps.gov.cn/#/query/webSearch?code=11010802047078" rel="noreferrer" target="_blank">京公网安备11010802047078号</a>
265267
<div className={styles["gov-text"]} onClick={toGov}>
266268
ICP备案:京ICP备15032932号-51
267269
</div>

0 commit comments

Comments
 (0)