add-share-store
This commit is contained in:
@@ -39,9 +39,9 @@
|
||||
<div id="wrapper">
|
||||
<div id="content-wrapper" class="d-flex flex-column">
|
||||
<nav class="navbar navbar-expand navbar-light bg-white topbar static-top shadow" style="display:flex;justify-content:space-between" id="project_nav">
|
||||
<div id="top_titles" style="display:flex;flex-direction:column">
|
||||
<div id="top_titles" style="display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%">
|
||||
<h1 id="prjName" class="h3 mb-0 text-gray-800" style="display:inline-block;font-weight:bold;font-size:1.25rem;"></h1>
|
||||
<h3 id="shareMessage" class="h3 mb-0 text-gray-800" style="display:inline-block;margin-top:3px;font-size:0.75rem;"></h3>
|
||||
<a class="btn btn-primary" onclick="open_storage()">存储空间</a>
|
||||
</div>
|
||||
</nav>
|
||||
<div class="container-fluid" id="project_detail">
|
||||
|
||||
Reference in New Issue
Block a user