添加案例

This commit is contained in:
click33 2022-01-08 11:03:37 +08:00
parent 58e21566f6
commit f13f128b65
3 changed files with 9 additions and 4 deletions

View File

@ -24,10 +24,10 @@
</a>
</div>
<nav class="nav-right">
<div class="sear-box" tabindex="-1" >
<div class="sear-box p-none" tabindex="-1" >
<!-- 加载中…… -->
</div>
<select onchange="location.href=this.value">
<select class="p-none" onchange="location.href=this.value">
<option value="http://sa-token.dev33.cn/doc/index.html">最新版</option>
<option value="http://sa-token.dev33.cn/v/v1.27.0/doc/index.html">v1.27.0</option>
<option value="http://sa-token.dev33.cn/v/v1.26.0/doc/index.html">v1.26.0</option>

View File

@ -11,8 +11,9 @@ body{font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu
/* 媒体查询 */
@media screen and (max-width: 800px) {
.logo-box {display: none;}
.main-box .markdown-section{max-width: 1000px; margin-left: auto;}
.nav-left .logo-box .logo-text,
.nav-left .logo-box sub{display: none;}
.main-box .markdown-section{max-width: 1000px; margin-left: auto; margin-top: 40px;}
}
/* 手机端不显示广告,和一些其它东西 */
@media (max-width: 576px) {.wwads-cn,.p-none{display:none!important}}

View File

@ -43,6 +43,10 @@
- **[ YC-Framework ]**[致力于打造一款优秀的分布式微服务解决方案](http://framework.youcongtech.com/)
- **[ falser-cloud ]**: [基于 SpringCloud Alibaba + SpringCloud gateway + SpringBoot + Sa-Token + vue-admin-template + Nacos + Rabbit MQ + Redis 的一个后台管理系统,前后端分离,权限管理,菜单管理,数据字典,停车场系统管理等功能](https://gitee.com/falser/falser-cloud)
- **[ bootx-platform ]**[集成sa-token和sa-token-plugin并深度定制认证模块包含多级别数据范围权限、数据自动加解密、数据脱敏、超级查询器、以及支付收单、消息通知等准商用功能的开源免费开发脚手架项目](https://gitee.com/bootx/bootx-platform)
<br>