add-share-store

This commit is contained in:
unknown
2025-06-11 18:49:11 +08:00
parent 4648dbf2c8
commit 764a95e64a
2 changed files with 115 additions and 3 deletions

View File

@@ -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">