diff --git a/com.actionsoft.apps.coe.pal.publisher/template/form/发布流程-批量流程制度审批发布复制.htm b/com.actionsoft.apps.coe.pal.publisher/template/form/发布流程-批量流程制度审批发布复制.htm index e4a4d7bf..f9039738 100644 --- a/com.actionsoft.apps.coe.pal.publisher/template/form/发布流程-批量流程制度审批发布复制.htm +++ b/com.actionsoft.apps.coe.pal.publisher/template/form/发布流程-批量流程制度审批发布复制.htm @@ -36,6 +36,14 @@ display:none; cursor:pointer; } + @keyframes spin { + from { + transform: rotate(0deg); + } + to { + transform: rotate(360deg); + } + }