diff --git a/src/main/resources/templates/admin/project_approve.ftl b/src/main/resources/templates/admin/project_approve.ftl index 6b5631e..ad2ba20 100644 --- a/src/main/resources/templates/admin/project_approve.ftl +++ b/src/main/resources/templates/admin/project_approve.ftl @@ -137,7 +137,10 @@ vertical-align: middle; } - + /* 解决项目审核页面,缩小50%显示,表格内容变小靠右显示问题 */ + .am-tabs.palm-tabs.outer>.am-tabs-bd.palm-tabs-bd{ + overflow: visible !important; + }
序号 | -项目编号 | -项目名称 | +序号 | +项目编号 | +项目名称 | 项目类型 | 垫资模式 | 垫资利息 | @@ -521,7 +521,9 @@
---|---|---|---|---|---|---|---|---|
${list.tempId!} | ${list.projectNo!} | -${list.name!} | ++ ${list.name!} + | ${list.typeDesc!} | ${list.underwrittenModeStr!} | ${Utils.format(list.advanceInterestAmount, "0.00")} | @@ -575,7 +577,6 @@ -