diff --git a/com.actionsoft.apps.coe.pal/template/page/pal.pl.repository.designer.view.portal.html b/com.actionsoft.apps.coe.pal/template/page/pal.pl.repository.designer.view.portal.html index 7aa66a55..d6eeb092 100755 --- a/com.actionsoft.apps.coe.pal/template/page/pal.pl.repository.designer.view.portal.html +++ b/com.actionsoft.apps.coe.pal/template/page/pal.pl.repository.designer.view.portal.html @@ -89,6 +89,10 @@ background-color: #4e7ff9; color: white; cursor: pointer; + /* 新增固定最小宽度,确保3-4个字按钮大小一致 */ + min-width: 70px; + /* 可选:让文字居中显示 */ + text-align: center; } .floating-button:hover { @@ -786,6 +790,8 @@ taskId : taskId }, success : function(msg) { + + if (msg.result == "ok") { //$.simpleAlert("close"); if (msg['data']) { @@ -1140,7 +1146,7 @@