Commit 689ad5a8 by 潘际乾

Review修改

parent 69adfd91
......@@ -61,6 +61,9 @@ export default {
<style>
.c-highlight-content {
/* overflow: hidden; */
border: 1px solid rgba(0,0,0,0);
border-radius: 5px;
margin: -1px;
}
.c-highlight-content.change-light {
border: 1px solid rgb(201, 171, 1);
......
......@@ -12,7 +12,7 @@
</div>
</el-tab-pane>
<el-tab-pane label="历史复核意见" name="history">
<c-content class="m-review-control-detail" :height="180">
<c-content class="m-review-control-detail" style="height: 100%">
<el-timeline>
<el-timeline-item v-for="(item, index) in historyRemark" :key="index" :timestamp="item.date" placement="top">
<div>
......@@ -45,7 +45,7 @@
<!-- <el-button v-if="show.showReSubmit" type="primary" size="small" @click="handleReSubmit">再经办</el-button> -->
<!-- <el-button v-if="show.showCheckAcc" type="primary" size="small" @click="handleCheckAcc" :loading="loading.checkacc">勾兑</el-button> -->
<el-button size="small" v-if="showCancel" @click="handleCancel">删除</el-button>
<el-button size="small" @click="goBack">返回</el-button>
<el-button size="small" @click="goBack">退出</el-button>
</div>
<!-- <el-dialog
title="请选择打回节点"
......@@ -775,6 +775,17 @@ export default {
width: 250px;
flex: initial;
}
.m-review-control .el-tabs {
height: 100%;
display: flex;
flex-direction: column;
}
.m-review-control .el-tabs .el-tabs__content {
flex: 1;
}
.m-review-control .el-tabs .el-tabs__content .el-tab-pane {
height: 100%;
}
.m-review-control-detail ul {
padding: 0;
}
......
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