|
|
<article>
|
|
|
<style>
|
|
|
label.task-choose-resname {
|
|
|
color: #fff;
|
|
|
background-color: #1e9fff;
|
|
|
min-height: 27px;
|
|
|
font-size: 12px;
|
|
|
display: inline-block;
|
|
|
margin-top: 5px;
|
|
|
line-height: 27px;
|
|
|
padding-left: 8px;
|
|
|
min-width: 223px;
|
|
|
margin-left: 15px;
|
|
|
}
|
|
|
</style>
|
|
|
<div class="layui-card">
|
|
|
<form class="layui-form layui-form-pane" lay-filter="form-task-bindchecktemp"
|
|
|
onsubmit="return false;">
|
...
|
...
|
@@ -47,7 +33,7 @@ |
|
|
<button class="layui-btn layui-btn-primary hide" id="btn-task-bindchecktemp-unselectres"><i
|
|
|
class="layui-icon"></i>取消选择
|
|
|
</button>
|
|
|
<div id="txt-task-bindchecktemp-res"></div>
|
|
|
<div id="txt-task-bindchecktemp-res" style="position: absolute;margin-top: -27px;margin-left: 120px"></div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
...
|
...
|
@@ -83,4 +69,4 @@ |
|
|
layui.use('taskbindchecktemp', function (fn) {
|
|
|
fn({{ d }});
|
|
|
});
|
|
|
</script> |
|
|
\ No newline at end of file |
|
|
</script> |
...
|
...
|
|