mirror of
https://gitee.com/dromara/sa-token.git
synced 2025-04-05 17:37:53 +08:00
文档新增调色功能.
This commit is contained in:
parent
67d8a649b8
commit
6dd532689f
@ -56,7 +56,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<select class="p-none" onchange="location.href=this.value">
|
||||
<select class="select-version p-none" onchange="location.href=this.value">
|
||||
<option value="doc.html">最新版</option>
|
||||
<option value="v/v1.30.0/doc/index.html">v1.30.0</option>
|
||||
<option value="v/v1.29.0/doc/index.html">v1.29.0</option>
|
||||
|
@ -68,6 +68,9 @@ body{font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu
|
||||
.zk-icon{display: inline-block; width: 0px; height: 0px; position: relative;top: 3px; margin-left: 4px;}
|
||||
.zk-icon{border-style: solid; border-width: 5px; border-color: #aaa transparent transparent transparent; }
|
||||
|
||||
/* 版本选择按钮 */
|
||||
.select-version{background-color: transparent !important;}
|
||||
|
||||
|
||||
/* ------- 调整一下左侧树的字体样式 ------- */
|
||||
.main-box .sidebar{padding-top: 25px; margin-top: 60px;}
|
||||
|
Loading…
Reference in New Issue
Block a user