本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
登入
SmallChi
/
JTTools
镜像来自
https://github.com/SmallChi/JTTools.git
關注
1
收藏
0
複製
0
程式碼
問題
0
版本發佈
0
Wiki
活動
瀏覽代碼
修改底部样式
master
SmallChi(Koike)
5 年之前
父節點
60ec28771a
當前提交
84a0012337
共有
3 個檔案被更改
,包括
12 行新增
和
3 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-3
src/JTTools/Pages/_Host.cshtml
+4
-0
src/JTTools/Shared/MainLayout.razor
+8
-0
src/JTTools/wwwroot/css/site.css
+ 0
- 3
src/JTTools/Pages/_Host.cshtml
查看文件
@@ -32,9 +32,6 @@
<a href="" class="reload">Reload</a>
<a class="dismiss">🗙</a>
</div>
<div>
<a href="http://www.beian.miit.gov.cn" target="_blank">Copyright © 2015-2019 SmallChi. All Rights Reserved. 粤ICP备19128140号</a>
</div>
<script src="_framework/blazor.server.js"></script>
</body>
</html>
+ 4
- 0
src/JTTools/Shared/MainLayout.razor
查看文件
@@ -12,4 +12,8 @@
<div class="content px-4">
@Body
</div>
<div class="footer">
<a href="http://www.beian.miit.gov.cn" target="_blank">Copyright © 2015-2020 SmallChi. All Rights Reserved. 粤ICP备19128140号-1</a>
</div>
</div>
+ 8
- 0
src/JTTools/wwwroot/css/site.css
查看文件
@@ -181,3 +181,11 @@ app {
display: block;
}
}
.footer {
position: fixed;
bottom: 0;
text-align: center;
width: calc(100% - 250px);
padding: 0 !important;
margin: 10px !important;
}
Write
Preview
Loading…
取消
儲存