Commit f4784133 authored by kangzhenfei's avatar kangzhenfei

工作流footer

parent 592a838a
......@@ -165,6 +165,11 @@
padding: 10px 12px 10px 0;
box-sizing: border-box;
}
.footers{
.ivu-form .ivu-form-item-label{
color: white;
}
}
.ivu-input {
font-size: 14px;
......
......@@ -289,7 +289,10 @@ export default {
}
</script>
<style lang="less">
.ivu-form .ivu-form-item-label{
color: white;
}
// .footers{
// .ivu-form .ivu-form-item-label{
// color: white!important;
// }
// }
</style>
\ No newline at end of file
......@@ -28,10 +28,10 @@
<!-- <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">
<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>
<span class="plr remark" v-if="item3.remark"></span>
<a class="plr" v-if="item3.contextData" @click="edit(item3)">详情</a>
<span class="plr remark" v-if="item3.remark">{{item3.remark}}</span>
<a class="plr row_ditill" v-if="item3.contextData" @click="edit(item3)">详情</a>
<!-- <span>{{item3.contextData}}</span> -->
</p>
</div>
......
......@@ -21,7 +21,14 @@
max-width: 150px;
width: 120px;
}
.row_time{
width: 180px;
}
.row_ditill{
width: 150px;
}
.plr{
display: inline-block;
padding: 0 20px;
}
.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