From 2ec5eab7bbb2ddb1c1e780b815aafc5d7ebbb0cc Mon Sep 17 00:00:00 2001 From: Ricky Date: Tue, 12 Oct 2021 09:01:44 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E8=A1=A8=E5=8D=95=E5=90=91?= =?UTF-8?q?=E5=AF=BC=E6=96=87=E5=AD=97=E6=8F=8F=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/templates/demo/form/wizard.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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中的按钮样式无效, 如果需要改变按钮样式可以自己定义并提高优先级