Commit 689ad5a8 by 潘际乾

Review修改

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