mirror of
https://github.com/cocos/cocos-docs.git
synced 2026-09-09 00:58:00 +08:00
10 lines
188 B
CSS
10 lines
188 B
CSS
|
|
:root {
|
|
/* 增大侧边栏的宽度 */
|
|
--vp-sidebar-width: 332px;
|
|
}
|
|
|
|
/* 防治点击侧边导航的时候文字被选中,影响体验 */
|
|
#VPSidebarNav {
|
|
user-select: none;
|
|
} |