样式修改
parent
904f2637e1
commit
01ae950252
|
@ -6,7 +6,7 @@
|
|||
<div class="am-cf am-padding" style="padding:1rem 1.6rem 1.6rem 1rem;margin:0px;">
|
||||
<!-- padding:1px 2px 3px 4px;上、右、下,和左 -->
|
||||
<div class="am-fl am-cf"><strong class="am-text-primary am-text-lg">${procDefName!}</strong> /
|
||||
<small>任务设置</small>
|
||||
<small>任务配置</small>
|
||||
</div>
|
||||
</div>
|
||||
<input name="procDefId" id="procDefId" type="hidden" value="${procDefId!}"/>
|
||||
|
@ -45,7 +45,7 @@
|
|||
|
||||
<td>
|
||||
<#if list.taskIndex != 1>
|
||||
<select data-am-selected="{btnSize: 'sm',maxHeight: 500}"
|
||||
<select data-am-selected="{btnSize: 'sm',btnWidth: '150px', maxHeight: 500}"
|
||||
id="rollbackTask_${list.id}">
|
||||
<#list taskList as l>
|
||||
<option value="${l.taskKey}"
|
||||
|
@ -57,7 +57,7 @@
|
|||
|
||||
<td>
|
||||
<#if list.taskIndex != 1>
|
||||
<select multiple data-am-selected="{btnSize: 'sm',maxHeight: 500,searchBox: 1}"
|
||||
<select multiple data-am-selected="{btnSize: 'sm',btnWidth: '150px',maxHeight: 500,searchBox: 1}"
|
||||
id="userSelect_${list.id}">
|
||||
<#list adminList as l>
|
||||
<option value="${l.id}"
|
||||
|
@ -70,7 +70,7 @@
|
|||
|
||||
<td>
|
||||
<#if list.taskIndex != 1>
|
||||
<select multiple data-am-selected="{btnSize: 'sm',maxHeight: 500,searchBox: 1}"
|
||||
<select multiple data-am-selected="{btnSize: 'sm',btnWidth: '150px',maxHeight: 500,searchBox: 1}"
|
||||
id="roleSelect_${list.id}">
|
||||
<#list roleList as l>
|
||||
<option value="${l.id}"
|
||||
|
@ -82,7 +82,7 @@
|
|||
|
||||
<td>
|
||||
<#if list.taskIndex != 1>
|
||||
<select data-am-selected="{btnSize: 'sm',maxHeight: 500}"
|
||||
<select data-am-selected="{btnSize: 'sm', btnWidth: '150px', maxHeight: 500, searchBox: 1}"
|
||||
id="scriptSelect_${list.id}">
|
||||
<option value="0"></option>
|
||||
<#list scriptList as l>
|
||||
|
@ -95,7 +95,7 @@
|
|||
|
||||
<td>
|
||||
<#if list.taskIndex != 1>
|
||||
<select data-am-selected="{btnSize: 'sm',maxHeight: 500}"
|
||||
<select data-am-selected="{btnSize: 'sm',btnWidth: '150px',maxHeight: 500, searchBox: 1}"
|
||||
id="rollbackScriptSelect_${list.id}">
|
||||
<option value="0"></option>
|
||||
<#list scriptList as l>
|
||||
|
|
Loading…
Reference in New Issue