We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6be55a commit 49c3823Copy full SHA for 49c3823
dash-fastapi-frontend/views/layout/components/head.py
@@ -50,7 +50,7 @@ def render_head_content():
50
'display': 'flex',
51
'alignItems': 'center'
52
},
53
- flex='24'
+ flex='21'
54
),
55
56
# 页首中部搜索区域
@@ -87,6 +87,23 @@ def render_head_content():
87
flex='6'
88
89
90
+ # 页首开源项目地址
91
+ fac.AntdCol(
92
+ html.A(
93
+ html.Img(
94
+ src='https://gitee.com/insistence2022/dash-fastapi-admin/badge/star.svg?theme=dark'
95
+ ),
96
+ href='https://gitee.com/insistence2022/dash-fastapi-admin',
97
+ target='_blank'
98
99
+ style={
100
+ 'height': '100%',
101
+ 'display': 'flex',
102
+ 'alignItems': 'center'
103
+ },
104
+ flex='3'
105
106
+
107
# 页首右侧用户信息区域
108
fac.AntdCol(
109
fac.AntdSpace(
0 commit comments