浏览代码

修复表单向导插件有滚动条时底部工具栏无法固定问题

Ricky 4 年之前
父节点
当前提交
d0401944ea
共有 1 个文件被更改,包括 7 次插入0 次删除
  1. 7 0
      ruoyi-admin/src/main/resources/templates/demo/form/wizard.html

+ 7 - 0
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;
+}
 </style>
 </head>
 <body class="gray-bg">