Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vue-gjjs
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fukai
vue-gjjs
Commits
689ad5a8
Commit
689ad5a8
authored
Dec 28, 2021
by
潘际乾
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Review修改
parent
69adfd91
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
2 deletions
+16
-2
HighlightContent.vue
src/components/HighlightContent.vue
+3
-0
index.vue
src/views/Review/index.vue
+13
-2
No files found.
src/components/HighlightContent.vue
View file @
689ad5a8
...
...
@@ -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
);
...
...
src/views/Review/index.vue
View file @
689ad5a8
...
...
@@ -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
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment