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