Commit f4784133 authored by kangzhenfei's avatar kangzhenfei

工作流footer

parent 592a838a
...@@ -165,6 +165,11 @@ ...@@ -165,6 +165,11 @@
padding: 10px 12px 10px 0; padding: 10px 12px 10px 0;
box-sizing: border-box; box-sizing: border-box;
} }
.footers{
.ivu-form .ivu-form-item-label{
color: white;
}
}
.ivu-input { .ivu-input {
font-size: 14px; font-size: 14px;
......
...@@ -289,7 +289,10 @@ export default { ...@@ -289,7 +289,10 @@ export default {
} }
</script> </script>
<style lang="less"> <style lang="less">
.ivu-form .ivu-form-item-label{ // .footers{
color: white; // .ivu-form .ivu-form-item-label{
} // color: white!important;
// }
// }
</style> </style>
\ No newline at end of file
...@@ -28,10 +28,10 @@ ...@@ -28,10 +28,10 @@
<!-- <Table :columns="columns" border size="small" width="90%" :data="com(item.records)"></Table> --> <!-- <Table :columns="columns" border size="small" width="90%" :data="com(item.records)"></Table> -->
<p class="shen_row" v-for="(item3, index3) in item.records" :key="index3" :value="item3"> <p class="shen_row" v-for="(item3, index3) in item.records" :key="index3" :value="item3">
<User class="user_span" :value="item3.operatorId"/> <User class="user_span" :value="item3.operatorId"/>
<span class="plr">{{item3.operationTime}}</span> <span class="plr row_time">{{item3.operationTime}}</span>
<state code="workflow.record.status" :value="item3.status" type="text"></state> <state code="workflow.record.status" :value="item3.status" type="text"></state>
<span class="plr remark" v-if="item3.remark"></span> <span class="plr remark" v-if="item3.remark">{{item3.remark}}</span>
<a class="plr" v-if="item3.contextData" @click="edit(item3)">详情</a> <a class="plr row_ditill" v-if="item3.contextData" @click="edit(item3)">详情</a>
<!-- <span>{{item3.contextData}}</span> --> <!-- <span>{{item3.contextData}}</span> -->
</p> </p>
</div> </div>
......
...@@ -21,7 +21,14 @@ ...@@ -21,7 +21,14 @@
max-width: 150px; max-width: 150px;
width: 120px; width: 120px;
} }
.row_time{
width: 180px;
}
.row_ditill{
width: 150px;
}
.plr{ .plr{
display: inline-block;
padding: 0 20px; padding: 0 20px;
} }
.remark{ .remark{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment