From d0401944eaace5d08e6868c3eb5d57470250a7c5 Mon Sep 17 00:00:00 2001 From: Ricky Date: Wed, 21 Apr 2021 17:35:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=A1=A8=E5=8D=95=E5=90=91?= =?UTF-8?q?=E5=AF=BC=E6=8F=92=E4=BB=B6=E6=9C=89=E6=BB=9A=E5=8A=A8=E6=9D=A1?= =?UTF-8?q?=E6=97=B6=E5=BA=95=E9=83=A8=E5=B7=A5=E5=85=B7=E6=A0=8F=E6=97=A0?= =?UTF-8?q?=E6=B3=95=E5=9B=BA=E5=AE=9A=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/templates/demo/form/wizard.html | 7 +++++++ 1 file changed, 7 insertions(+) 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 ffcdde1f..ff708b99 100644 --- a/ruoyi-admin/src/main/resources/templates/demo/form/wizard.html +++ b/ruoyi-admin/src/main/resources/templates/demo/form/wizard.html @@ -21,6 +21,13 @@ overflow-x: hidden; overflow-y: auto; } +/* 解决工具栏无法固定底部的问题(如果页面没有animated类可以不写这部分代码) */ +.animated { + animation-fill-mode: none; + -webkit-animation-fill-mode: none; + -moz-animation-fill-mode: none; + -o-animation-fill-mode: none; +}