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:
@ -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()
|
||||
|
Reference in New Issue
Block a user