1
0
mirror of https://github.com/lxsang/antd-web-apps synced 2025-07-17 06:09:50 +02:00

add mobile support to all site

This commit is contained in:
Xuan Sang LE
2018-02-25 13:54:37 +01:00
parent 16287ce58e
commit 7f6b11a45a
7 changed files with 94 additions and 6 deletions

View File

@ -160,6 +160,9 @@
<p style="text-align:right; padding:0; margin:0;color:#878887;">Powered by antd server, (C) 2017-2018 Xuan Sang LE</p>
</div>
</div>
<?lua
if not HEADER.mobile then
?>
<div class = "cv-toc">
<ul>
<?lua
@ -174,6 +177,7 @@
?>
</ul>
</div>
<?lua end ?>
</div>
<script>
window.onload = function()