易用性修改
parent
906f3503e4
commit
dbd080c906
|
@ -2402,7 +2402,7 @@
|
|||
<div class="am-modal am-modal-prompt" style="width: 1000px;max-height:600px;overflow-y:auto;"
|
||||
tabindex="-1" id="my-approve">
|
||||
<div class="am-modal-dialog">
|
||||
<div class="am-modal-hd">审核——${project.name}</div>
|
||||
<div style="word-wrap:break-word; word-break:break-all; " class="am-modal-hd">审核——${project.name}</div>
|
||||
<div class="am-modal-bd" style="border-bottom: none">
|
||||
<form method="post" class="am-form" id="tmpForm" action="${base}/procurement/type/save">
|
||||
<div class="am-tabs am-margin" data-am-tabs>
|
||||
|
|
|
@ -2,6 +2,13 @@
|
|||
<#import "../common/defaultLayout.ftl" as defaultLayout>
|
||||
<@defaultLayout.layout>
|
||||
<link rel="stylesheet" href="../assets/css/amazeui.switch.css"/>
|
||||
<style type="text/css">
|
||||
.huanhang{
|
||||
// 表格自动换行
|
||||
table-layout:fixed;
|
||||
word-break:break-all
|
||||
}
|
||||
</style>
|
||||
<div class="admin-content">
|
||||
<div class="am-cf am-padding" style="padding:1rem 1.6rem 1.6rem 1rem;margin:0px;">
|
||||
<!-- padding:1px 2px 3px 4px;上、右、下,和左 -->
|
||||
|
@ -183,7 +190,7 @@
|
|||
<#list pager.list as list>
|
||||
<tr>
|
||||
<td>${list.id!}</td>
|
||||
<td><a style="cursor: pointer;text-decoration:none" onclick="location.href='${base}/project/approve?listFrom=list&type=1&id=${list.id}'">${list.name!}</a></td>
|
||||
<td class="huanhang"><a style="cursor: pointer;text-decoration:none" onclick="location.href='${base}/project/approve?listFrom=list&type=1&id=${list.id}'">${list.name!}</a></td>
|
||||
<td>${list.typeDesc!}</td>
|
||||
<td>${list.statusDesc!}</td>
|
||||
<td>${list.approveStatusDesc!}</td>
|
||||
|
|
Loading…
Reference in New Issue