当前位置:网站首页>[ruoyi] enable Mini navigation bar
[ruoyi] enable Mini navigation bar
2022-07-06 02:46:00 【sayyy】
Preface
- ruoyi 4.6.0
Mini navigation bar
- Each time you click the collapse button on the navigation bar, you can achieve the above effect
- Cannot make the navigation bar collapse by default after the user logs in
Enable Mini navigation bar
1. increase 2 Two system parameters
sys.index.navBarStyle
= mini-navbarsys.index.logoStyle
= hide
2. stay templates/index.html Enable sys.index.navBarStyle
...
<body class="fixed-sidebar full-height-layout gray-bg" style="overflow: hidden" th:classappend="${@config.getKey('sys.index.navBarStyle')}" >
...
3. stay templates/index.html Enable sys.index.logoStyle
...
<li class="logo hidden-xs" th:classappend="${@config.getKey('sys.index.logoStyle')}">
...
Reference resources
http://doc.ruoyi.vip/ruoyi/document/qdsc.html# Parameters use
边栏推荐
- [untitled] a query SQL execution process in the database
- Communication between microservices
- Dachang image library
- 【MySQL 15】Could not increase number of max_ open_ files to more than 10000 (request: 65535)
- MySQL winter vacation self-study 2022 11 (5)
- 会员积分营销系统操作的时候怎样提升消费者的积极性?
- PMP practice once a day | don't get lost in the exam -7.5
- Looking at the trend of sequence modeling of recommended systems in 2022 from the top paper
- JS events (add, delete) and delegates
- Deeply analyze the chain 2+1 mode, and subvert the traditional thinking of selling goods?
猜你喜欢
[Chongqing Guangdong education] higher mathematics I reference materials of Southwest Petroleum University
Introduction to robotframework (III) Baidu search of webui automation
[untitled] a query SQL execution process in the database
[Digital IC manual tearing code] Verilog asynchronous reset synchronous release | topic | principle | design | simulation
A copy can also produce flowers
淘宝焦点图布局实战
微服务注册与发现
Zero basic self-study STM32 wildfire review of GPIO use absolute address to operate GPIO
不赚钱的科大讯飞,投资价值该怎么看?
Universal crud interface
随机推荐
主数据管理(MDM)的成熟度
Building the prototype of library functions -- refer to the manual of wildfire
DDoS "fire drill" service urges companies to be prepared
PMP每日一练 | 考试不迷路-7.5
微服务注册与发现
微服务间通信
MySQL winter vacation self-study 2022 11 (8)
【Unity3D】GUI控件
RobotFramework入门(一)简要介绍及使用
Introduction to robotframework (II) app startup of appui automation
Force buckle 146 LRU cache
张丽俊:穿透不确定性要靠四个“不变”
Referenceerror: primordials is not defined error resolution
Rust language -- iterators and closures
[Yunju entrepreneurial foundation notes] Chapter II entrepreneur test 20
2.12 simulation
【若依(ruoyi)】启用迷你导航栏
Misc (eternal night), the preliminary competition of the innovation practice competition of the National College Students' information security competition
Six stone management: why should leaders ignore product quality
【若依(ruoyi)】ztree 自定义图标(iconSkin 属性)