diff --git a/ruoyi-admin/src/main/resources/templates/demo/form/wizard.html b/ruoyi-admin/src/main/resources/templates/demo/form/wizard.html index ff708b99..b56f2834 100644 --- a/ruoyi-admin/src/main/resources/templates/demo/form/wizard.html +++ b/ruoyi-admin/src/main/resources/templates/demo/form/wizard.html @@ -161,8 +161,8 @@
1、如果需要工具栏在页面底部显示, 将style中下面的部分取消注释
.sw>.toolbar-bottom-
2、如果设置了自动调节高度为false, 将style中下面的部分取消注释
.sw>.tab-content+
1、如果不需要工具栏固定在页面底部, 将style中下面的部分取消注释
.sw>.toolbar-bottom+
2、如果设置了自动调节高度(autoAdjustHeight)为true, 将style中下面的部分取消注释
.sw>.tab-content
3、工具栏的按钮样式会被表单插件中.btn样式覆盖导致bootstrap中的按钮样式无效, 如果需要改变按钮样式可以自己定义并提高优先级