Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
前端更改
Browse files Browse the repository at this point in the history
  • Loading branch information
william-song-shy committed Aug 28, 2020
1 parent c2a7d9b commit 19db18f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<script src="{{url_for('static',filename='semantic/semantic.min.js')}}"></script>
</head>
<body>
<div class="ui borderless menu" style="height: 47px;">
<div class="ui fixed borderless menu" style="height: 50px;">
<div class="ui container">
<a class="header item" href="{{url_for("main")}}">
<i class="bug icon"></i>
Expand All @@ -23,7 +23,7 @@
{{ render_nav_item('help', '<i class="help circle icon"> </i> Q&A') }}
</div>
</div>
<div class="ui container" >
<div class="ui container" style="margin-top: 55px; " >
{{ render_messages(container=False, dismissible=True) }}
{% block body %}{% endblock %}
</div>
Expand Down

0 comments on commit 19db18f

Please sign in to comment.