Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
web
Project
Project
Details
Activity
Releases
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
中汽测评-信息安全测评系统
web
Commits
a7517071
Commit
a7517071
authored
Mar 28, 2024
by
jiaxu.yan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 70882
parent
b8f87242
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
329 additions
and
4 deletions
+329
-4
process.scss
src/assets/styles/process.scss
+2
-2
collapse-item.vue
src/components/Collapse/collapse-item.vue
+1
-2
index.vue
src/views/processing/carTest/source-record/index.vue
+319
-0
index.vue
src/views/processing/fileLibrary/index.vue
+7
-0
No files found.
src/assets/styles/process.scss
View file @
a7517071
...
...
@@ -89,7 +89,7 @@
display
:
flex
;
justify-content
:
flex-start
;
align-items
:
center
;
width
:
calc
(
100%
-
100px
)
;
width
:
60vw
;
}
.standard-title
{
width
:
calc
(
70%
-
40px
);
...
...
@@ -108,7 +108,7 @@
.standard-result
{
color
:
#303133
;
font-weight
:
bold
;
width
:
1
6
0px
;
width
:
1
0
0px
;
white-space
:
nowrap
;
}
}
...
...
src/components/Collapse/collapse-item.vue
View file @
a7517071
...
...
@@ -124,8 +124,7 @@ export default {
.el-collapse-item__header
{
background-color
:
#f2f2f2
!important
;
height
:
40px
;
list-style
:
40px
;
padding
:
0
13px
;
padding-left
:
13px
;
}
.el-collapse-item__content
{
padding
:
0
!important
;
...
...
src/views/processing/carTest/source-record/index.vue
0 → 100644
View file @
a7517071
This diff is collapsed.
Click to expand it.
src/views/processing/fileLibrary/index.vue
View file @
a7517071
...
...
@@ -225,6 +225,13 @@ export default {
refreshList
:
false
,
dialogEditId
:
0
}
,
queryParams
:
{
pageNum
:
1
,
pageSize
:
10
,
taskId
:
this
.
$route
.
query
.
id
,
isAsc
:
'desc'
,
orderByColumn
:
'createTime'
}
,
refreshList
:
false
,
baseUrl
:
process
.
env
.
VUE_APP_IMAGE_API
,
listUrl
:
'/review/enterprise/archive/findEnterpriseArchiveByTaskId'
,
...
...
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