当前位置:网站首页>【若依(ruoyi)】启用迷你导航栏
【若依(ruoyi)】启用迷你导航栏
2022-07-06 02:41:00 【sayyy】
前言
- ruoyi 4.6.0
迷你导航栏
- 每次点击导航栏收起按钮达成上述效果
- 无法使用户登录后默认收起导航栏
启用迷你导航栏
1. 增加2个系统参数
sys.index.navBarStyle
= mini-navbarsys.index.logoStyle
= hide
2. 在templates/index.html中启用sys.index.navBarStyle
...
<body class="fixed-sidebar full-height-layout gray-bg" style="overflow: hidden" th:classappend="${@config.getKey('sys.index.navBarStyle')}" >
...
3. 在templates/index.html中启用sys.index.logoStyle
...
<li class="logo hidden-xs" th:classappend="${@config.getKey('sys.index.logoStyle')}">
...
参考
http://doc.ruoyi.vip/ruoyi/document/qdsc.html#参数使用
边栏推荐
- 会员积分营销系统操作的时候怎样提升消费者的积极性?
- MySQL winter vacation self-study 2022 11 (9)
- Differences and usage scenarios between TCP and UDP
- 高数_向量代数_单位向量_向量与坐标轴的夹角
- RobotFramework入门(一)简要介绍及使用
- 从顶会论文看2022年推荐系统序列建模的趋势
- 纯Qt版中国象棋:实现双人对战、人机对战及网络对战
- Looking at the trend of sequence modeling of recommended systems in 2022 from the top paper
- 3D drawing ()
- [Yunju entrepreneurial foundation notes] Chapter II entrepreneur test 11
猜你喜欢
Pat grade a 1033 to fill or not to fill
RobotFramework入门(三)WebUI自动化之百度搜索
构建库函数的雏形——参照野火的手册
[untitled] a query SQL execution process in the database
零基础自学STM32-野火——GPIO复习篇——使用绝对地址操作GPIO
[postgraduate entrance examination English] prepare for 2023, learn list5 words
Universal crud interface
主数据管理理论与实践
Yyds dry inventory comparison of several database storage engines
剑指 Offer 30. 包含min函数的栈
随机推荐
Ue4- how to make a simple TPS role (II) - realize the basic movement of the role
Is there a case where sqlcdc monitors multiple tables and then associates them to sink to another table? All operations in MySQL
Redis cluster deployment based on redis5
微服务注册与发现
SQL table name is passed as a parameter
[Yunju entrepreneurial foundation notes] Chapter II entrepreneur test 18
深度解析链动2+1模式,颠覆传统卖货思维?
Déduisez la question d'aujourd'hui - 729. Mon emploi du temps I
DDoS "fire drill" service urges companies to be prepared
一位博士在华为的22年
Introduction to robotframework (II) app startup of appui automation
2020.02.11
我把驱动换成了5.1.35,但是还是一样的错误,我现在是能连成功,但是我每做一次sql操作都会报这个
RobotFramework入门(三)WebUI自动化之百度搜索
零基础自学STM32-野火——GPIO复习篇——使用绝对地址操作GPIO
MySQL winter vacation self-study 2022 11 (8)
Accident index statistics
[Yunju entrepreneurial foundation notes] Chapter II entrepreneur test 17
3D drawing ()
"Hands on learning in depth" Chapter 2 - preparatory knowledge_ 2.5 automatic differentiation_ Learning thinking and exercise answers